====== Limit returned rows (Oracle 12) ====== select e.employee_id from employees e FETCH first 10 rows only \\ EMPLOYEE_ID \\ 100 \\ 101 \\ 102 \\ 103 \\ 104 \\ 105 \\ 106 \\ 107 \\ 108 \\ 109