1.

What are aggregate functions in MySQL?

Answer»

The aggregate FUNCTION performs a calculation on a set of VALUES and RETURNS a single value. It ignores NULL values when it performs calculation except for the COUNT function.

MySQL provides various aggregate FUNCTIONS that include AVG(), COUNT(), SUM(), MIN(), MAX().

Also Read: What Are The Aggregate Functions in MySQL


Discussion

No Comment Found