Aggregation
Summarize data with counts, sums, averages, and grouping.
📐
Intermediate7 topics
COUNT Function
Count rows, count values, count unique values — and know the difference
Intermediate 12m
SUM Function
Add up numeric values — with support for conditional totals
Intermediate 10m
AVG Function
Compute the mean — and understand how NULLs change the result
Intermediate 10m
MIN & MAX
Find the smallest and largest values in a column
Intermediate 8m
GROUP BY
Split data into groups and aggregate each one separately
Intermediate 16m
HAVING
Filter groups after aggregation — the WHERE for aggregated results
Intermediate 12m
NULLs in Aggregations
How NULL silently changes COUNT, SUM, AVG, and GROUP BY
Intermediate 10m