how will u get 1 and 3rd and 5th records in table what is
the query in oracle please help me

Answer Posted / anjan

select rownum,empno,ename,sal from (select
rownum,empno,ename,sal from emp)
group by rownum,empno,ename,sal
having rownum in (1,3,5)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is workflow monitor?

589


What are mapplets? How is it different from a Reusable Transformation?

622


how lookup transformation is made active in new versions... When to use connected and when to use unconnected lookup and why? which is good for session performance. How to make lookup persistent and how to remove stale data from that lookup. how commit works - when we stop or abort data. Explain in both cases. What is factless fact table and have you ever used it in real time scenarios.

1247


What is aggregate cache in aggregator transformation?

627


What is option by which we can run all the sessions in a batch simultaneously?

659






Where do we use mapping variables in informatica?

611


What is standalone command task?

703


What are the new features of informatica 9.x at the developer level?

600


Which means the first record should come as last record and last record should come as first record and load into the target file?

608


What is expression transformation?

629


Explain the difference between a data warehouse and a data mart?

594


What are the components of Informatica? And what is the purpose of each?

614


What does command task mean?

606


How many ways are there to do 'remove duplicate records in informatica'?

583


What is the benefit of partitioning a session?

621