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