The document outlines five aggregate functions used in SQL: COUNT(), SUM(), AVG(), MAX(), and MIN(). Each function serves a specific purpose, such as counting rows, calculating totals, averages, and finding maximum or minimum values in a column. Example SQL queries are provided for each function to demonstrate their usage.