Aggregate functions are often used with theGROUP BYclause of theSELECTstatement. TheGROUP BYclause splits the result-set into groups of values and the aggregate function can be used to return a single value for each group. The most commonly used SQL aggregate functions are: ...