how will u get 1 and 3rd and 5th records in table what is
the query in oracle please help me
Answer Posted / kondeti srinivas
Select * from (select rownum as rn, emp.* from emp) where
rn in (1,3,5);
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
Define pmcmd command?
Differentiate between joiner and lookup transformation?
How to update or delete the rows in a target, which do not have key fields?
How to extract sap data using informatica? What is abap? What are idocs?
How can we use batches?
What is a grid in Informatica?
What is the reusable transformation?
list out all the transformations which use cache?
When do you use sql override in a lookup transformation?
What do think which one is the better joiner or look up?
How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?
is it possible to index the data in cache of lkp transformation ?
What is a node in Informatica?
What is a stored procedure transformation?