You have already completed these exercises!
Do you want to take them again?
You completed the SQL Select Top Exercises from W3Schools.com
Share on:
What would the following query do in SQL Server?SELECT TOP 5 * FROM Customers;
SELECT TOP 5 * FROM Customers;