Skip to main content

9 docs tagged with "aggregation"

View all tags

AVG, MAX, MIN

Calculate averages and extremes using SQL aggregate functions.

COUNT and SUM

Learn how to count rows and sum column values in SQL.

GROUP BY

Use GROUP BY to group rows for aggregation in SQL.