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

where we cannot use sorter Transformation. if we use then we will not get correct data?

1808


explain the methodology of Data Warehousing?(Polaries)

1485


what are the concerns of OLTP and DSS systems?

1976


When do we analyze the tables? How do we do it?

534


What do you understand by active and passive transformations?

556






What is partitioning? Explain different types of partitioning?

674


1.Identify and discuss the problems which are occurred during data quality verification for the single-source and multi-source problems. 2.Testing has very important role in DWH. In ETL testing phase, how can we perform the integration testing and regression testing? 3.What are the perquisites of system testing and regression testing in ETL phase?

1851


What are the various tools used in etl?

551


What are the types of Data Warehouse applications?

518


What are the etl testing operations includes?

593


What are the names of the layers in etl?

539


What are cubes and olap cubes?

590


What is fact? What are the types of facts?

542


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

558


what is data modeling?

1912