Why ROWNUM =(> 1) will not work ? Questions Master 10 years ago SELECT * FROM emp WHERE rownum = 5; Why above query wont retrieve records?