SQLite MIN aggregate function is used to retrieve the minimum value of the expression.
Syntax:
SELECT MIN(aggregate_expression) FROM tables [WHERE conditions];
SELECT MIN(aggregate_expression)
FROM tables
[WHERE conditions];