You have already completed these exercises!
Do you want to take them again?
You completed the MySQL LIMIT Exercises from W3Schools.com
Share on:
Which one of the following is a correct SQL statement:
SELECT * FROM Customers LIMIT 5
LIMIT 5;SELECT * FROM Customers
SELECT LIMT 5 * FROM Customers