5.SQL Aggregate Functions
5.SQL Aggregate Functions
o SQL aggregation function is used to perform the calculations on multiple rows of a single
column of a table. It returns a single value.
o It is also used to summarize the data.
Count():
Avg():
MAX()
Maximum value in the salary i.e., 80.