MariaDB Question:
Download Job Interview Questions and Answers PDF
Tell me what is the usage of MIN() function in MariaDB?
Answer:
MariaDB MIN() functiuon is used to retrieve the minimum value of the expression.
Syntax:
SELECT MIN(aggregate_expression)
FROM tables
[WHERE conditions];
Syntax:
SELECT MIN(aggregate_expression)
FROM tables
[WHERE conditions];
Download MariaDB Interview Questions And Answers
PDF
Previous Question | Next 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? |