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
Why mysql is so popular?
In how many ways we can retrieve the data in the result set of MySQL using PHP? What is the difference between mysql_fetch_object and mysql_fetch_array ?
What is difference between oracle and mysql?
What is meant by sharding?
How do I view mysql logs?
What are triggers mysql?
What is mysqli_connect_error ()?
What is mysql and why it is used?
Can you tell the difference between ereg_replace() and eregi_replace()?
What is the purpose of using timestamp data type?
Why do we use views instead of tables?
How do I free up space in mysql?
What are the advantages of myisam over innodb?
how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.
How triggers can be used in mysql?