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

What is difference between schema and table?

0 Answers  


What is normalization and list the different types of normalization?

0 Answers  


What is the difference between heap table and temporary table?

0 Answers  


What is a tinyint?

0 Answers  


What is mysqli_connect_error ()?

0 Answers  


i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?

0 Answers  


How can we find the number of rows in a table using MySQL?

3 Answers  


Can mysql store files?

0 Answers  


How internally data stores in MyISAM and INNODB table types?

0 Answers   Zensar,


What is dblink?

0 Answers  


How to install mysql?

0 Answers  


What happens when the column is set to AUTO INCREMENT and if you reach maximum value in the table?

0 Answers  


Categories