Emp table has 10 rows. How many rows will be fetched against the following query? Select 10 from emp where rownum>=2
2
8
10
None of the above