Can someone define what an aggregate function is? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can someone define what an aggregate function is?

14th Jan 2016, 4:35 PM
Alan Wong
Alan Wong - avatar
4 Answers
0
aggregate function provides sum eg sum(salAry)
27th Jan 2016, 10:28 PM
Adetomiwa Adedeji
0
aggregate function includes all mathematical opration.
29th Jul 2016, 5:12 AM
keshav bhardwaj
keshav bhardwaj - avatar
0
An aggregate function performs some kind of calculation with a bunch of entries (the result of your select), for example, adds up all the values in a column (SUM), gets the average (AVG), minimum (MIN) or maximum (MAX) value of all the values in a column, or returns the number of entries in your result set (COUNT).
1st Aug 2016, 12:58 PM
MrAwesome
- 1
aggregate function is used to perform operations like sum, avg, min,max :)
12th Mar 2016, 2:18 PM
Sai Kumar Manlolu
Sai Kumar Manlolu - avatar