a) To find the groups forming the subtotal in a row
b) To create group-wise grand totals for the groups specified within a GROUP BY clause
c) To create a grouping for expressions or columns specified within a GROUP BY clause in one direction, from right to left for calculating the subtotals
d) To create a grouping for expressions or columns specified within a GROUP BY clause in all possible directions, which is cross-tabular report for calculating the subtotals
In which scenario would you use the ROLLUP operator for expression or columns within a GROUP BY clause?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
In which scenario would you use the ROLLUP operator for expression or columns within a GROUP BY clause?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!