SQL Aggregate FunctionsAn aggregate function is a function that performs a calculation on a set of values, and returns a single value.Aggregate functions are often used with the GROUP BY clause of the SELECT statement. The GROUP BY clause splits the result-set into groups of values and the ...