Answer Posted / shareef
select * from emp where (rowid,0) in(select rowid,mod(rownum,2) from emp);---even
select * from emp where (rowid,1) in(select rowid,mod(rownum,2) from emp);---odd
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to change user password in oracle?
Explain coalesce function?
Is primary key indexed by default in oracle?
Explain how you would restore a database using RMAN to Point in Time?
How to create lov dynamically at runtime & attach to text field?
What is sharded cluster?
Why oracle is used?
How can we view last record added to a table?
What do you mean by a deadlock?
How to count duplicated values in a column in oracle?
What is a nvl function?
Can we write dml statement in function in oracle?
How to create a new oracle data file?
How do we get field details of a table?
What is max rowid in oracle?