1. The document discusses using ROLLUP and CUBE operations to produce subtotal and cross-tabulation values from grouped data.
2. It also covers using the GROUPING function to identify rows created by ROLLUP or CUBE, and using GROUPING SETS to define multiple groupings in a single query for improved efficiency.
3. The techniques described include composite columns, concatenated grouping sets, and combining GROUP BY expressions in various ways.