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 to represent ENUMs and SETs internally?
Explain csv tables.
How many sql ddl commands are supported by 'mysql'?
Is sql and mysql same?
How can you add and remove any column of a table?
What is the use of mysqli_connect in php?
What is mysql aggregate functions? Explain
What is the limit of mysql database?
How to Join tables on common columns.
How to delete a trigger in mysql?
How to start mysql server?
What is difference between schema and table?
Explain the difference between mysql and mysql interfaces in php?
What are the 5 r's of managing behaviors?
How do I start mysql in ubuntu?