The document discusses aggregate functions in SQL such as SUM, AVG, COUNT, MAX, MIN. It provides examples of using these functions to calculate totals, averages, counts and find maximum and minimum values from columns in tables. It also covers the use of the GROUP BY clause to perform aggregate calculations on grouped data and the HAVING clause to filter groups.