Search: in
Aggregate function
Aggregate function in Encyclopedia Encyclopedia
  Tutorials     Encyclopedia     Videos     Books     Software     DVDs  
       





Aggregate function

In computer science, 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:[1]

Aggregate functions are common in numerous programming languages such as Ruby, in spreadsheets, and in relational algebra.

SQL Aggregate Functions

SQL aggregate functions return a single value, calculated from values in a column.[2]

Useful aggregate functions:

   * AVG() - Returns the average value    * COUNT() - Returns the number of rows    * FIRST() - Returns the first value    * LAST() - Returns the last value    * MAX() - Returns the largest value    * MIN() - Returns the smallest value    * SUM() - Returns the sum  

See also

References






Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article



Search for Aggregate function in Tutorials
Search for Aggregate function in Encyclopedia
Search for Aggregate function in Videos
Search for Aggregate function in Books
Search for Aggregate function in Software
Search for Aggregate function in DVDs
Search for Aggregate function in Store




Advertisement




Aggregate function in Encyclopedia
Aggregate_function top Aggregate_function

Home - Add TutorGig to Your Site - Disclaimer

©2011-2013 TutorGig.info All Rights Reserved. Privacy Statement