Manipulating Result Sets
SQL Server allows you to manipulate and control the results of queries by combining result sets and views, working with temporary result sets, producing summary reports of result sets, and sending notifications when result sets change. The following topics provide more information about these features.
In This Section
Topic | Description |
---|---|
Explains how to combine the results of two or more SELECT statements into a single result set. |
|
Explains how to compare the results of two or more SELECT statements and return distinct values. |
|
Explains how to work with table-valued expressions in a query. |
|
Introduces the CUBE, ROLLUP, and COMPUTE operators for summarizing data. |
|
Introduces the use of views that split data from a large table across one or more servers. |
|
Explains how to program an application to respond to changes in query results. |