MariaDB Question:

Download Job Interview Questions and Answers PDF

Tell us what is the usage of AVG() function in MariaDB database?

MariaDB Interview Question
MariaDB Interview Question

Answer:

MariaDB AVG() function is used to retrieve the average value of an expression.

Syntax:
SELECT AVG(aggregate_expression)
FROM tables
[WHERE conditions];

Download MariaDB Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what is JOIN? How many types of JOIN in MariaDB?Tell us how to delete a database in MariaDB?