aggregate function
A function that performs a calculation over a set of data rows. For example, sum( ) calculates the sum of values of a specified numeric field over a set of data rows. Examples of aggregate functions include count, max, min, and sum.
Related terms
Contrast with