The MIN() function returns the smallest value of the selected column.
We have the following "Purchases" table:
Now we want to find the smallest value of the "OrderPrice" column.
We use the following SQL statement:
The result-set will look like this:
Your Query was successfully sent!