Working with Min Function in MySql
Returns the smallest value of the selected column.
Sql Syntax
Let's create the table we will use
Script:
Check the table to see the data and the structure.
Very good
Example:
-we will select the smallest salary we have in our table.
-we can also use conditions with min() function.