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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are the various etl tools in the market?

519


what is pmrep command?

10816


Explain about etl data integration software?

484


Compare ETL & Manual development?

554


Assume u have a 24CPU machine with 24GB RAM, suggest how u would like to configure Informatica ,like number of concurrent sessions, RAM requirements etc,max partitions that u would permit per mapping.

1637






how to connect to a flatfile through ftp in informatica

13445


what is dynamic insert?

1714


how to do aggregation (year wise quantity ) using only source qualifier, the source is sql server date as datetime data type and target as flat file with year (string datatype)

2240


What are three tier systems in etl?

621


How many steps etl contains explain with example?

483


How to recover a workflow? What are the different approaches?( In prod i.e no access to modify)

791


what is Forward,Reverse and Re_engineering?

1770


what are the types in error loging?

1637


How many types of transformations supported by sorted input?

698


how do u really know that paging to disk is happening while u are using a lookup transform?

2045