I want to know what the different aggregate function in the SQL is. Actually I recently joined SQL class. So I just want to conscious about aggregate function.
I want to know what the different aggregate function in the SQL is. Actually I recently joined SQL class. So I just want to conscious about aggregate function.
Following are some aggregate function of SQL:
1)Max : Used to find out the maximum among the column values
2)Avg : Used to calculate the average value o the column
3)Count : Used to count the total column value
4)Sum : Used to find out the sum of the column values
5)Min : Used to find out the minimum among the column values
Bookmarks