You have already completed these exercises!
Do you want to take them again?
You completed the MySQL MIN MAX Exercises from W3Schools.com
Share on:
Which one of the following is a correct SQL statement:
SELECT Price(MAX) FROM Products;
SELECT * FROM Products MAX(Price);
SELECT MAX(Price) FROM Products;