By using Transformation i need top most 5 employee salary
from each deptwise? Deptno 10,20,30? which transformation
we need to use?
Answer Posted / jay
Override SQL in source qualifies with bellow query
Select Top 5 EmpNo, DeptNo, Sal from Employee where DeptNo = 10 order by Sal desc
Union All
Select Top 5 EmpNo, DeptNo, Sal from Employee where DeptNo = 20 order by Sal desc
Union All
Select Top 5 EmpNo, DeptNo, Sal from Employee where DeptNo = 20 order by Sal desc
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is a sorter transformation?
If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?
What are the tasks that can be performed using sq?
What are the advantages of using informatica as an etl tool over teradata?
Is stop and abort are same in informatica?
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 are the best practices to extract data from flat file source which are bigger than 100 mb memory?
Where are the source flat files kept before running the session?
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
Hi friends I want to know about what r the dimensions in the banking porjects and genarally how many tables r in project ?
What are the modules in Power Center
What are the different types of transformation available in informatica.
Whats the difference between informatica powercenter server, repositoryserver and repository?
What is status code in informatica?
What is the difference between informatica 7.0 and 8.0?