Aggregate functions in SQL perform calculations on multiple values from a column and return a single value. The document discusses various aggregate functions like COUNT, SUM, AVG, MIN, MAX and how they are used. It also covers topics like views, joins, constraints and how to create, update, delete views and constraints.