Question
What does SQL ROLLUP add to grouped results?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Hierarchical subtotals following the order of grouping columns plus a grand total
Explanation:
ROLLUP follows a hierarchy from detailed groups toward higher-level totals.
Column order determines which subtotal levels are generated.
Leave a Reply