3. Elements of SQL Statements
:
SQL Functions
:
Aggregate Functions
Share this page
Aggregate Functions
Aggregate
functions return a single value, calculated from values in a column. They take a set of values as their argument. Aggregate functions are also called
set
functions.