briefly describe the aggregate function in SQL with some example
Answers
Answered by
0
Explanation:
- AVG : Calculates the average of a set of values .
- COUNT : Gets the rows in a specified table overview.
- MIN : Gets the maximum value in a set of values .
- SUM : Calculates the sum of values .
Similar questions