Quiz: Group Things Together
Group data with GROUP BY and apply aggregate functions.
We'll cover the following...
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 ...