What are aggregate functions in MySQL?
The MySQL 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.
MySQL provides many aggregate functions that are listed below.
- AVG()
- COUNT()
- SUM()
- MIN()
- MAX() etc
BY Best Interview Question ON 25 Nov 2020