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 different between sequential batch and concurrent batch and which is recommended and why?

0 Answers  


Explain the difference between etl tool and olap tools?

0 Answers  


What is data cleaning?

0 Answers  


can u anyone plz share some etl testing interview question . and share the sql queries and unix . plz help me to clear in the etl testing interview by sharing ur knowledge

0 Answers   Cap Gemini,


what do u do when DB time takes more?in sap bi

0 Answers  






What are the types of data warehouse applications and what is the difference between data mining and data warehousing?

0 Answers  


how do u estimate the depth of the session scheduling queue? Where do u set the number of maximum concurrent sessions that Informatica can run at a given time?

0 Answers  


What is partitioning? Explain about round-robin, hash partitioning.

0 Answers  


what is data modeling?

0 Answers  


where is the cache (lookup, index) created and how can you see it.

0 Answers  


Explain about hash partitioning?

0 Answers  


what is the meant by Normalization and de-normalization?

0 Answers  


Categories