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

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

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

Read Online MariaDB Job Interview Questions And Answers