What are aggregate functions in mysql?
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 |
Is it possible to update a table value with out using update command?. if yes what is the reason, if no what is the reason?.
How to determine the location of the data directory?
What is truncate in mysql?
Write a query to create a database and a table?
What is the latest version of mysql?
What is row level locking in access?
What is database url for mysql?
What does TIMESTAMP ON UPDATE CURRENT_TIMESTAMP data type do?
How to change the database engine in mysql?
What is pdo :: fetch_assoc?
Is mysql workbench a dbms?
Is primary key auto increment?