How to display the 10th record of emp table(without using rowid) ?
SELECT * FROM emp WHERE rownum < 11MINUSSELECT * FROM emp WHERE rownum < 10;