You have already completed these exercises!
Do you want to take them again?
You completed the POSTGRESQL LIMIT Exercises from W3Schools.com
Share on:
If the customers table has 100 records, how many records will be return with this SQL statement:SELECT * FROM customers LIMIT 10;
customers
SELECT * FROM customers LIMIT 10;