How to list Top 10 salary, without using Rank Transmission?
Answer Posted / ramu
Use source Qualifier Transformation,we can edit the default
sql query and write like as
select * from ( select * from emp
order by sal desc)
where rownum <11;
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
Explain pushdown optimization and types in informatica
1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?
What is update strategy transform?
How you can differentiate between connected lookup and unconnected lookup?
How do you update the records with or without using update strategy?
What all join we can perform in LOOKUP transformation?
can u give example for factless fact table
What is InformaticaPowerCenter?
While importing the relational source definition from the database, what are the metadata of source that will be imported?
Enlist the various types of transformations.
Explain lookup transformation source types in informatica
Write the unconnected lookup syntax?
can anyone suggest best free Talend data integration training online
Different sorts of metadata that stores in the storage facility?
What is meant by lookup transformation? Explain the types of lookup transformation?