MIN()
MIN() — Returns the minimum value from a range of column values.
Description
The MIN() function returns the lowest value from a range of column values. The range of values depends on the
constraints defined by the WHERE and GROUP BY clauses.
Example
The following example returns the lowest price in the product list.
The next example returns the lowest price for each product category.