what is the diff b/w union and joiner and lookup?

Answers were Sorted based on User's Feedback



what is the diff b/w union and joiner and lookup?..

Answer / raveendra guturi

Union: while we have to join two sources should data
structure same.

)Joiner is active transformation
Lookup is a passive transformation

2)In joiner we can join two heterogeneous sources for
entire Records based on a condition.

But in look up only the first value or last value of the
Records will be passed if more records matched with that
condition. So only one value will be returned to the
transformation.

3)If we need entire values we must go for joiner. Take that
look up table as source and use joiner. No alternative
Solution.
4) Joiner operates on source
Lookup operates on source and target level
5) Joiner does not support non-eqijoin its support equijoin.
Lookup supports non-equijoin
6) Joiner doesnot match for null values
Lookup supports null values
7) join supports only = operator
Lookup supports <=,>=,=,1= operators
9) Joiner supports outer join but lookup doesnot.

Is This Answer Correct ?    8 Yes 1 No

what is the diff b/w union and joiner and lookup?..

Answer / maruthi

union-can join two tables without common port
joiner-can join any two hetrogenous sources,but common port
is necessary.
lookup-we can join two tables by using sql over-ride,apart
from that we can check wether the row is already existing
or not.

Is This Answer Correct ?    6 Yes 1 No

what is the diff b/w union and joiner and lookup?..

Answer / rajesh myle

1. Lookup T/R supports Non-Equi Joins. Where as Joiner
T/R does not support the Non Equi Joins. (Joiner T/R
supports only Equi Joins(i.e. ‘=’))

Is This Answer Correct ?    5 Yes 3 No

what is the diff b/w union and joiner and lookup?..

Answer / subh

In case multiple rows are expected in the joining
condition, joiner has to be used. As look up wont be able
to return multiple rows.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

what is data modelling? what are types of modelling?In which suituation will use each one?

1 Answers   Accenture,


What is data merging,data cleansing,sampling?

4 Answers  


What is informatica powercenter repository?

0 Answers  


What is an active transformation?

0 Answers   Informatica,


how we can add header and footer to flat files?

2 Answers   Tech Mahindra, Zensar,






Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps

0 Answers  


What are the tasks that Loadmanger process will do?

1 Answers  


Different sorts of metadata that stores in the storage facility?

0 Answers  


how to join two flat files in informatica?

3 Answers   Wipro,


How many repositories can we create in Informatica?

3 Answers  


What are steps to follow Informatica migration from 7x to 8x? Pls Explain...

1 Answers   CTS, TCS,


my source table having sureshraj42@gmail.com and rajeshraj42@gmail.com and i have only sureshraj and rajeshraj for my target table which transformation i have to use in informatica

3 Answers   HP,


Categories