Explain Aggregate functions are available there in SQL?
The aggregate function performs a calculation on a set of values, and it returns a single value as output. It ignores NULL values when it performs calculation except for the COUNT function.
SQL provides many aggregate functions that are listed below.
- AVG()
- COUNT()
- SUM()
- MIN()
- MAX() etc
BY Best Interview Question ON 27 Jan 2019