follwing scenario two table using find maximum salary?
table a table b
101 xxx 1000 106 6500
103 yyy 5000 108 800
104 din 6000 109 7000
105 dsh 200 110 3000
Answer Posted / ankit kansal
Using Informaica
src-->>sq-->>rnk(sal,bottom,1)
-->>union-->>tgt
src-->>sq-->>rnk(sal,bottom,1)
http://deepinopensource.blogspot.in/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to join three sources using joiner? Explain though mapping flow.
What is primary and backup node?
What are the limitations of joiner transformation?
What are some examples of informatica etl programs?
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,
How does the aggregator transformation handle null values?
Define mapplet?
what are 3 tech challenges/ common issues you face?
is it possible to index the data in cache of lkp transformation ?
What is the difference between informatics 7x and 8x and what is latest version?
What is the reusable transformation?
Design a mapping to load the cumulative sum of salaries of employees into target table?
hi real timers . iam waiting for ur reply regarding ETL TESTING
What is resilience time?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C