Instruction
Good job! It's time to wrap things up.
GROUP BY GROUPING SETS( )works by creating the grouping levels provided explicitly within its parentheses.- You can use a pair of empty parentheses
( )to introduce a general average, sum, etc. - The
GROUPING SETSextension can be combined with bothGROUPING_IDandCOALESCE(). - You can use both
ROLLUPandCUBEto create even more sophisticated grouping combinations.
Okay, how about a short quiz now?
Exercise
Click to continue.



