Aggregate Function
(Redirected from aggregate function)
Jump to navigation
Jump to search
An Aggregate Function is a function structure that produces a summary value.
- Context:
- It can (often) be a Database Aggregate Function.
- …
- Example(s):
- Counter-Example(s):
- See: Summation, Statistic Function, Descriptive Statistic, SQL Group By.
References
2015
- (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/aggregate_function Retrieved:2015-2-13.
- In database management an aggregate function is a function where the values of multiple rows are grouped together as input on certain criteria to form a single value of more significant meaning or measurement such as a set, a bag or a list.
Common aggregate functions include:
- Aggregate functions are common in numerous programming languages, spreadsheets, and relational algebra.
- In database management an aggregate function is a function where the values of multiple rows are grouped together as input on certain criteria to form a single value of more significant meaning or measurement such as a set, a bag or a list.