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 much memory your 10g xe server is using?
How to calculate date and time differences in oracle?
Explain how you would restore a database using RMAN to Point in Time?
How to bring a tablespace offline?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
How to shutdown your 10g xe server from command line?
How to write date and time interval literals in oracle?
How to do a full database export?
Please explain drop constraint oracle?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
List the parts of a database trigger.
What happens if you set the sga too low in oracle?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
How to write date and time literals in oracle?
Explain an exception and its types?