MariaDB Question:

Download Job Interview Questions and Answers PDF

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

MariaDB Interview Question
MariaDB Interview Question

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 Interview Questions And Answers PDF

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?