What are aggregate functions in mysql?

Answer Posted / hrindows@gmail.com

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 Aggregrate functions are listed below:
 AVG()
 COUNT()
 SUM()
 MIN()
 MAX()

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is mysql optimization?

483


What is an index? How can an index be declared in mysql?

483


What is difference between pdo and mysqli?

465


What is max connections in mysql?

486


Is mysql free download?

476






What is full text indexing in mysql?

471


How to return query output in html format?

525


Can we write procedure in mysql?

501


How do I show columns in mysql?

483


How to update info already in a table and delete a row(s) from a table.

450


What is procedure in mysql?

479


Define REGEXP?

642


How set mysql root password?

487


What are the differences between a primary key and foreign key?

565


How we can see all indexes defined for a table in mysql?

483