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

Can we make worklet inside worklet?

1 Answers  


How to convert multiple rows to single row (multiple columns) in informatica

0 Answers   Informatica,


What are the popular informatica products?

0 Answers  


Can we use different lookup tranformations for a same lookup table (lookup condition may or may not be same)with different output ports? How the cache files will be affected? Please clarify..

1 Answers  


How do you implement scheduling in Informatica?

1 Answers  






In which circumstances that informatica server creates Reject files?

2 Answers  


We can achieve better perfomance using sorter before an aggragator. Then what is the significance of 'Sorted Input' check in aggregator ?? Please let me know the difference ??

2 Answers  


hi real timers . iam waiting for ur reply regarding ETL TESTING

0 Answers  


How do you change a non-reusable transformation to reusable transformation?

0 Answers  


Why is sorter an active transformation?

0 Answers  


Generally how many Fact Tables and Dimensions Table you have used in the Project? Which one is loaded first Fact Table or Dimensions Table into the warehouse? What is the size of the Fact Table and Dimension Table? what is the size of the table and warehouse

5 Answers   TCS,


&#61656; Suppose you have n no.of records @ your flat file and you have seen some of records are missing while reaching to the destination. How can you trouble shoot it?

2 Answers   DELL,


Categories