This article discusses the new GROUPING SETS clause in SQL Server 2008, which allows specifying combinations of field groupings in queries to see different levels of aggregated data. It provides an example showing how GROUPING SETS can return aggregated data at both the product level and grand total level. Another example shows returning aggregates by product, sales tier, and grand total. The article notes this functionality enhances reporting by returning multiple aggregations in one statement rather than separate queries.