How to list Top 10 salary, without using Rank Transmission?
Answer Posted / raka
SQL:
SELECT id, salary from <table name> where rownum <= 10
ORDER BY salary DESC;
| Is This Answer Correct ? | 17 Yes | 20 No |
Post New Answer View All Answers
How identifying bottlenecks in various components of informatica and resolving them?
How to do unit testing in informatica? How to load data in informatica ?
Did u used latest transformations of 8.6.0? for what?
SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N
How can we update a record in the target table without using update strategy?
What is the advantage of informatica?
Enlist the various types of transformations.
Explain in detail scd type 2 through mapping.
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.
What is the cumulative sum and moving sum?
what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?
Write the different tools in the workflow manager?
How can we use batches?
I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?