list the transformation used for the following:Heterogeneous
sources,Homogeneous sources,Find the 5 highest paid
employees with in a dept,create a summery table,generate
surrogate keys

Answers were Sorted based on User's Feedback



list the transformation used for the following:Heterogeneous sources,Homogeneous sources,Find the 5..

Answer / nagesh

For Heterogeneous sources,use joiner transformation
Homogeneous sources go for source qualifier transformation

TOP 5 SAL

SELECT ROWNUM,ENAME,SAL FROM (SELECT ENAME,SAL FROM EMP
ORDER BY SAL DESC)
Where rownum <6

Is This Answer Correct ?    4 Yes 1 No

list the transformation used for the following:Heterogeneous sources,Homogeneous sources,Find the 5..

Answer / dw_worker

Heterogeneous sources - Joiner
Homogeneous sources - Source Qualifier
Find the 5 highest paid employees with in a dept - Rank
Create a summary table - Aggregator
Generate surrogate keys - Sequence Generator

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More ETL Interview Questions

what is a worklet?

0 Answers  


Eliminating of duplicate records without using dynamic lookups

1 Answers  


What are the steps involved in etl process?

0 Answers  


Do we need an etl tool?

0 Answers  


can be used COM component in Informatica ?

0 Answers  






Can there be sub steps of etl steps?

0 Answers  


what are the facilities provided by OLAP to analytical users?

1 Answers  


what happens if the info.server doesn't find the session parameter in the parameter file?

2 Answers  


you have created a lookup transformation for a certain condition which if true returns multiple rows. when you go to the target and see only one row has come and not all. why is it so and how it can be corrected.

3 Answers  


what happens if the info.server doesn't find the session parameter in the parameter file?

0 Answers  


Need Informatica Power Center 9.1 free download(for all windows version)

1 Answers   ABC,


Which transformation we use to convert 'NA' to 'Not Available'

0 Answers  


Categories