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
What is the use of mysqli_query?
What is the default port for mysql and how it can change?
What are enums used for in mysql?
Explain about reporting services of MYSQL?
How to represent ENUMs and SETs internally?
What are the types of index?
How database are managed?
Can mysql and mariadb coexist?
What is the maximum size of table in mysql?
Which mysql function is used to concatenate string?
How to display odd rows in student table in mysql?
Is sqlite faster than mysql?
What is 'mysqlcheck'?
Write a command to view mysql database table structure?
What is the phantom problem?