MariaDB Question:

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

Tweet Share WhatsApp

Answer:

MariaDB MAX() function is used to retrieve the maximum value of the expression.

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

Download MariaDB PDF Read All 55 MariaDB Questions
Previous QuestionNext Question
Do you know what else do they consider themselves, a sysadmin or a developer?Tell me how to retrieve records from a table in MongoDB database?