Tag: databases
Questions Related to databases
Output of the query if emp table is having 100 rows: select rownum from emp group by rownum having rownum = 69;
Output of the query if emp table is having 100 rows: select rownum from emp group by rownum having rownum = 69;