What are aggregate functions in mysql?



What are aggregate functions in mysql?..

Answer / 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

More MySQL Interview Questions

Why should I use mysql?

0 Answers  


What is mysqlcommand?

0 Answers  


Why we use mongodb instead of mysql?

0 Answers  


What is a heap table?

0 Answers  


What is the default port of mysql server?

0 Answers  






maximum database size of mysql database

2 Answers  


What is sharding in mysql?

0 Answers  


How many ways we can we find the current date using MySQL?

5 Answers  


Can mysql function return a table?

0 Answers  


Is mysql open source?

0 Answers  


How to use 'mysql' to run sql statements?

0 Answers  


What is the limitation of mysql?

0 Answers  


Categories