Oracle Interview Questions Part 8 Mindsforest 00:30:00 Add Comment Edit To fetch ALTERNATE records from a table. (EVEN NUMBERED) select * from emp where rowid in (select decode(mod(rownum,2),0,rowid, null) fr... Read More