SQL Aggregate Functions - ZenTut
An aggregate function allows you to perform a calculation on a set of values to return a single scalar value. We often use aggregate functions with the GROUP BY and HAVING clauses of the SELECT statement.. The following are the most commonly used SQL aggregate functions: