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

Submitted by: Muhammad
MariaDB MIN() functiuon is used to retrieve the minimum value of the expression.

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

Read Online MariaDB Job Interview Questions And Answers