If emp table having 10 records what is the output of : select * from emp where rownum=8;
It throws error
it will give 8th row
no rows will get displayed
None