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 does the aggregator transformation handle null values?
What is a stored procedure transformation?
Explain how to import oracle sequence into informatica?
Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?
How do you change a non-reusable transformation to reusable transformation?
What is informatica etl tool?
Which means the first record should come as last record and last record should come as first record and load into the target file?
What is informatica powercenter repository?
What does command task mean?
Different qualification between a related rotate toward the sky and isolates look upward?
Explain direct and indirect flat file loading (source file type) - informatica
Explain the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
How do you promote a non-reusable transformation to reusable transformation?
Briefly define a session task?
Design time, run time. If you don't create parameter what will happen