10. Aggregate Functions
Overview
In this chapter, we'll use SQL aggregate functions and solve problems with them. By the end of this chapter, you'll be able to use SQL aggregate functions and the GROUP BY
clause, implement the SQL HAVING
clause, explain the differences between the HAVING
and WHERE
clauses, use the SQL OVER
and PARTITION BY
clauses, and implement the RANK
and DENSE_RANK
functions.