This chapter describes how to construct queries that tell you aggregate information. Examples of aggregate information are as follows:
The total of all values in a column.
The number of distinct entries in a column.
The average value of entries in a column.
Summarizing data
A first look at aggregate functions
Applying aggregate functions to grouped data
Restricting groups