Output of the query if emp table is having 100 rows: select rownum from emp group by rownum having rownum = 69;
Reveal answer
Fill a bubble to check yourself
Output of the query if emp table is having 100 rows: select rownum from emp group by rownum having rownum = 69;