--Before we begin aggregate functions, a useful concept to know is renaming of columns during output. --In SQL, the keyword 'AS' allows you to rename a column or table using an alias.
description: "This unit summarizes key concepts related to aggregate functions and grouping in PostgreSQL. It reinforces the use of COUNT, SUM, AVG, MIN, MAX, and the GROUP BY and HAVING clauses to ...