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
How can you take the backup and restore a mysql database using php?
How to store binary data in mysql?
What are slow queries?
What is the difference between char and varchar?
What is pdo in mysql?
What is the maximum connection pool size?
Is mysql good for big data?
How do I restore a mysql database?
What is database in php mysql?
How do I stop a mysql service?
How do I know if mysql is running on windows?
Who developed mysql?
What are programming functions?
What is 'mysqladmin' in mysql?
How do I exit mysql?