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 phantom problem?
What are the difference between mongodb and mysql?
Can you tell which of the following where clauses is faster?
What are the purposes of using enum and set data types?
What is the data source name for mysql?
How to display top 50 rows?
How many columns can a mysql table have?
What is a storage engine?
How do I know if mysql is running on windows?
How do I find mysql location?
What is MySQL?
How you will Show unique records.
What is datadir?
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?
How to update a root password.