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

What is a staging area? What is the purpose of a staging area?

673


What are your responsibilities as an etl tester?

806


Explain do we need an etl tool?

693


how to connect to a flatfile through ftp in informatica

13743


How etl testing is different from database testing?

713






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?

2621


What is tracing level?

825


Do we need an ETL tool? When do we go for the tools in the market?

703


what is session partitioning?

1738


how do u estimate the number of partitions that a mapping really requires? Is it dependent on the machine configuration?

2016


Hi, I've a mapping with flat file source The target update override property for the target table is using update stmt. There is no update strategy between source and target. Also The session has the target properties as Insert , Update as update options checked. Does this mean that recs will be inserted only and the update override will not be applied at all. Thanks

1554


What are snapshots?

735


what are the reports developed in sap bw project and what is the requirement for developing it?

1943


hoe to access second value in mapping parameter if it is having more than one value ?????????????

1307


What are materialized views & where do we use them?

677