Quiz: Group Things Together
Group data with GROUP BY and apply aggregate functions.
We'll cover the following
In the last lesson, you leveled up your SQL skills by learning how to use GROUP BY
. Instead of summarizing an entire table, you now know how to calculate counts, averages, and other aggregates for each group, like one result per city or per pet type.
Let’s make sure you understand the purpose and rules of grouping with a quick quiz!
Get hands-on with 1400+ tech skills courses.