how to select top 10 rows in sql developer code example Example: select top 10 rows in sql SELECT TOP 10 * FROM Customers;