6.4: Aggregate Functions
An aggregate function is a function defined on a relation and it returns a single value. A typical example is a function that returns the average of a set of values.
Read chapter 7, which discusses SQL statements. It also introduces aggregate functions, which return a single numeric value when given a single column of numeric values. Study the aggregate function section.