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 open source?
What is clob in mysql
How do I install and use mysql?
What are federated tables?
What does schema mean?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
How to calculate the difference between two dates?
What is mysql port?
Is sql similar to mysql?
What is memory table?
1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?
How to execute mysql query in php?
What is different between sql and mysql?
Can't connect mysql server on localhost?
Why do we use group by and order by function in mysql?