which transformation should we use to get the 5th rank
member from a table in informatica?can we achieve this in
sql?
Answer Posted / bhaskar
select * from(select * from emp order by sal desc)
where rownum<=5
MINUS
select * from(select * from emp order by sal desc)
where rownum<=4
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain pushdown optimization and types in informatica
Define Pmrep command?
Explain informatica architecture - version 8 / 9
How can we create index after completion of load process?
complex mapping ur project u r invlve can u explain and give real time example give me ?
What are the differences between oltp and olap?
While importing the relational source definition from the database, what are the metadata of source that will be imported?
How to differentiate between the active and passive transformations?
What is option by which we can run all the sessions in a batch simultaneously?
What is informatica worklet?
What is the procedure for creating independent data marts from informatica 7.1?
What are the uses of etl tools?
How to elaborate tracing level?
Briefly explain the aggregator transformation?
Why do we need informatica?