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


Please Help Members By Posting Answers For Below Questions

Scheduling properties,whats the default (sequential)

1452


What are the components of workflow manager?

577


In development project what is the process to follow for an etl developer from day1

1271


How to differentiate between the active and passive transformations?

616


What is a repository? And how to add it in an informatica client?

640






i have a data in my source as a flat files what test i have to perform the next step can any body help to me

1690


Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance

1548


What happens to map if we alter the datatypes between source and its corresponding source qualifier?

594


What is sq transformation?

652


What is the difference between router and filter?

637


What is update strategy transform?

558


What is union transformation in informatica?

690


What differs when we choose the sorted input for aggregator transformation?

563


where to store informatica rejected data? How to extract the informatica rejected data?

593


How does a rank transform differ from aggregator transform functions max and min?

663