Murach's SQL Server 2005 for Developers
How to code summary queries
This chapter teaches you how to code SQL queries that summarize
data. These types of queries use aggregate functions that make it
easy to handle operations like averaging or totaling data.
|
|
|
|
How to code aggregate functions |
150 |
|
Queries that use aggregate functions |
152 |
|
|
How to code the GROUP BY and HAVING clauses |
154 |
|
Queries that use the GROUP BY and HAVING clauses |
156 |
|
How the HAVING clause compares to the WHERE
clause |
158 |
|
How to code complex search conditions |
160 |
|
|
How to use the ROLLUP operator |
162 |
|
How to use the CUBE operator |
164 |
|
|
t |
|
|
|
|
© Copyright 1998-2008 Mike
Murach & Associates, Inc. All rights reserved.
|