Grouping and Aggregating Data Using SQL PDF
Grouping and Aggregating Data Using SQL PDF
AVG
SUM
MIN
MAX
COUNT
STDDEV
VARIANCE
• All groupings specified in the GROUPING SETS clause are computed and the results of
individual groupings are combined with a UNION ALL operation.