Answers

Question and Answer:

  Home  MariaDB

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

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

Syntax:

SELECT AVG(aggregate_expression)

FROM tables

[WHERE conditions];

 169 views

More Questions for you: