Tell me what is the usage of MAX() function in MariaDB?

Submitted by: Muhammad
MariaDB MAX() function is used to retrieve the maximum value of the expression.

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

Read Online MariaDB Job Interview Questions And Answers