Summary
This chapter focused on aggregation operations, including the aggregation functions provided by SQL, the GROUP BY clause, the HAVING clause, and how these features integrate into the SELECT statement. With these topics, you will be able to distill statistics from raw data stored in your database and come up with high-level observations.
In the next chapter, you will learn about another set of functions, the window functions, which evaluate each row’s position within the dataset.
Join our community on Discord
Join our community’s Discord space for discussions with the authors and other readers:
