MariaDB Question:
Download Job Interview Questions and Answers PDF
Tell us what is the usage of AVG() function in MariaDB database?
Answer:
MariaDB AVG() function is used to retrieve the average value of an expression.
Syntax:
SELECT AVG(aggregate_expression)
FROM tables
[WHERE conditions];
Syntax:
SELECT AVG(aggregate_expression)
FROM tables
[WHERE conditions];
Download MariaDB Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me what is JOIN? How many types of JOIN in MariaDB? | Tell us how to delete a database in MariaDB? |