Respuesta :

A select statement that includes aggregate functions is often called a summary query.

Summary Query:

In contrast to simple queries, summary queries are used to extract summary data items for groups of records rather than detailed record sets. This query type is particularly important in accounting because payroll reports are based on summarizing transactional data.

Summary queries are used for:

  1. Finds the total number of records in the query.
  2. Get the number of records in the group.
  3. Finds the column sum of a set of records within a group.
  4. Find the column sum of all records in the query.
  5. Searching for minimum or maximum value in a range of values.
  6. Finding minimum or maximum value for all records in query.
  7. Finding the average of all records in the query.
  8. Finding the column average of all records in a group.
  9. Finds rows that contain duplicate values.
  10. Finding rows that contain unique values.
  11. Finds rows that match the average, minimum, or maximum value of the column.

Learn more about  Summary Query here:

brainly.com/question/28478961

#SPJ4

ACCESS MORE
ACCESS MORE
ACCESS MORE
ACCESS MORE