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

How do I delete a table in mysql workbench?

0 Answers  


How do I run mysql from command line?

0 Answers  


Is mysql a dbms?

0 Answers  


How to dump one database for backup.

0 Answers  


Where the database is stored in mysql?

0 Answers  






How many sql ddl commands are supported by 'mysql'?

0 Answers  


How to see the database architecture in MySQL??

3 Answers  


What is select query in mysql?

0 Answers  


What is pdo in mysql?

0 Answers  


How can you export the table as an xml file in mysql?

0 Answers  


what is the difference between between and in operators in mysql?

0 Answers  


What is mysql vs sql?

0 Answers  


Categories