Code has been added to clipboard!

Use of ROWNUM Instead of SQL SELECT TOP

Example
SELECT * FROM Customers
WHERE ROWNUM <= 3;