how to join two tables without using joiner transformation
.advantages of joiner over lookup and vice versa.

Answers were Sorted based on User's Feedback



how to join two tables without using joiner transformation .advantages of joiner over lookup and vi..

Answer / abhishek kumar

using union transformation.........

Is This Answer Correct ?    3 Yes 1 No

how to join two tables without using joiner transformation .advantages of joiner over lookup and vi..

Answer / murthy

use oracle join in SQL override

Is This Answer Correct ?    4 Yes 3 No

how to join two tables without using joiner transformation .advantages of joiner over lookup and vi..

Answer / k bhavani durga

this can be used to join two sources coming from two
different locations or from the same locayion.for this
there mist be atleast one matching port and it is must to
specify one source as master and the other as detail.

it supports the following types of joins
1.normal
2.master outer
3.detail outer
4.full outer

Is This Answer Correct ?    2 Yes 2 No

how to join two tables without using joiner transformation .advantages of joiner over lookup and vi..

Answer / prasanna

Using lookup is equivalent to outer join on source table.
As Bhavani said, if you want to join 2 heterogeneous
sources you cannot join in SQ. Then you need to use join.

Ex: you have 2 sources. One is a table in a DB and another
is a faltfile then you can only join using joiner.

Adv: you can perform operations similar to inner, left
outer, right outer and full outer. But using a lookup its
equivalent to left outer join on source.

It's always better to join a table which is small in SQ
then creating a lookup on it for better performance

Is This Answer Correct ?    1 Yes 1 No

how to join two tables without using joiner transformation .advantages of joiner over lookup and vi..

Answer / k.rameshyadav

Lookup T/R is always is an alternate for joiner.
If the sources are same i.e homogenous we can perform join at database level.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ETL Interview Questions

what is the difference between normal & bulk loading? and which one is recommended ? why?

2 Answers  


I have a Flat file with more no. of Records also including duplicate values. But i need distinct values to one target and remaining records to another target in Informatica way

2 Answers  


What is grain of fact?

0 Answers  


how do u implement unconn.stored proc. in a mapping?

1 Answers  


what is session partitioning?

1 Answers  






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

0 Answers   Maersk,


what are business components in Informatica?

2 Answers  


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

0 Answers   SS Solutions,


Hi, can anyone plz share the project architecture for etl testing(banking domain) plz explain the architecture .

0 Answers   Cap Gemini,


A mapping contains source table S_Time(stat_year,end_year) target table TIM_DIM(date,day,month,year,quarter) stored procedure transformation: A procedure has two parameters I_end_year and output parameter as O_date ,day , month, year, quarter, If this session is running, how many rows will be available in the target and why?

0 Answers  


what is a test load?

3 Answers  


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?

0 Answers  


Categories