Concept Flow - GROUPING SETS for multiple groupings
Start Query
FROM table
Apply GROUPING SETS
Calculate aggregates for each grouping set
Combine results
Return final result set
The query reads data from the table, applies multiple grouping sets, calculates aggregates for each set, combines all results, and returns them.