Concept Flow - GROUP BY multiple columns
Start with table data
Select columns to group by
Group rows by unique combinations of these columns
Aggregate data within each group
Return grouped result set
The query groups rows by unique combinations of multiple columns, then aggregates data within each group.
