Summary queries (also called Group-By queries) are used to summarise the contents of a table.
You mark a query as a Summary Query by selecting the Summary Query option.
Suppose you wish to summarize your sales by Region and Sales Person
You need to provide a summary / aggregate function for this column - this specifies the statistic you will be computing - Sum, Average, Minimum, Maximum etc.
There can be multiple