How to list Top 10 salary, without using Rank Transmission?
Answer Posted / jvdwhinfo
Write sql override in the source qualifier t/r.
select columns from
( select columns,rank() over(order by sal desc ) as
rank from emp)
where rank <=10;
let me know if any corrections.
Thanks.
James
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is a pre-defined event and user-defined event?
Please let me know how to make encryption and decryption with example?
Define pmcmd command?
What are the databases that informatica can connect to windows?
How do you load unique records into one target table and duplicate records into a different target table?
Define Pmrep command?
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
whats the logic to load the lower level of granularity of data to fact table.
Explain what are the different types of transformation available in informatica. And what are the mostly used ones among them?
Hi all, Can you please send me the Dimensions and fact tables which are used in mutual fund project. and please send me the brief summary about the project. Please do the needful.
What are Dimensional table?
I have a flat file, want to reverse the contents of the flat file
What is a difference between complete, stop and abort?
Plz can any one say me how to get the informatica certification materials and dumps
What are the mapping parameters and mapping variables?