The document discusses various SQL aggregate functions like COUNT, AVG, SUM, and MAX. It provides examples of finding the average salary of instructors in the Computer Science department, giving a column an alias name, and counting the number of instructors teaching in spring 2010. It also covers the GROUP BY clause for aggregating data by groups like department, and the HAVING clause for filtering groups based on aggregate conditions like departments with average salary over $42,000.