The MIN function

The MIN() function returns the smallest value of the selected column.

The syntax for the min function in [[The SELECT statement]] is:

SELECT MIN(column_name)
FROM table_name
WHERE condition;