syntax -> SELECT column_name(s) FROM table_name WHERE ROWNUM <= number ////example/// SELECT * FROM Persons WHERE ROWNUM <=5