how will u get 1 and 3rd and 5th records in table what is
the query in oracle please help me
Answer Posted / amedela chandra sekhar
Select * from (select rownum as rno, emp.* from emp) where
rno in (1,2,5);
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How to convert multiple rows to single row (multiple columns) in informatica
Differentiate between Load Manager and DTM?
In what scenario we use to improve session performance by pushdown optimization?can any one give example?
Write the unconnected lookup syntax and how to return more than one column.
How to load the data from people soft hrm to people soft erm using informatica?
Give some information on report bursting and how to do it in bca as I have to split the report and send different reports to different people?
Explain how to import oracle sequence into informatica?
What are the components of the workflow manager?
Hi, I want to do Informatica Designer certification. Can anyone help me by providing the details on this. Thanks in advance. Regards, Arnab
How can a transformation be made reusable?
Explain the shared cache and re-cache?
What is the fact table?
If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?
Why sorter is an active transformation?
what is the complex transformation you used in informatica