MariaDB Question:

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

Tweet Share WhatsApp

Answer:

MariaDB MIN() functiuon is used to retrieve the minimum value of the expression.

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

Download MariaDB PDF Read All 55 MariaDB Questions
Previous QuestionNext Question
Explain me what is the use of DELETE statement in MariaDB?Do you know what else do they consider themselves, a sysadmin or a developer?