what is the mechanism of the Master-Detail joining
condition?

Answers were Sorted based on User's Feedback



what is the mechanism of the Master-Detail joining condition?..

Answer / sbvp

the output of the join condition for master detail joining
is . macthed rows in the master source and all rows of the
detail source

Is This Answer Correct ?    7 Yes 0 No

what is the mechanism of the Master-Detail joining condition?..

Answer / chinni

it is nothing but the informatica server just returns the
all rows from details table and matched records from master
table.
the table which contains less records taken it as a master n
another table as a detail,b'coz for performance purposes.

Is This Answer Correct ?    3 Yes 0 No

what is the mechanism of the Master-Detail joining condition?..

Answer / jay

I guess it is a Left OUTER join.

Is This Answer Correct ?    2 Yes 1 No

what is the mechanism of the Master-Detail joining condition?..

Answer / juggernaut

Master: Source with less number of records
Detail: Source with more number of records
For performance tuning: Joiner cache is created to store the data at the run time for Master port.
Join transformation is implemented based on the type of join we choose from the properties tab, using the options in the join type drop down list

1.Normal join: only matches record from both the tables
2.Master outer: All the records from Master table and only matches records from Detail
3.Detail outer: All the records from Detail and only matched records from Master
4.Full outer: Produces set of all records from Master and Detail

Is This Answer Correct ?    1 Yes 1 No

what is the mechanism of the Master-Detail joining condition?..

Answer / radhakrishnansk

Its full outer join. achieved using joiner transformation.

Is This Answer Correct ?    0 Yes 1 No

what is the mechanism of the Master-Detail joining condition?..

Answer / shruthi

The data which contains the primary key is called master
source and the source which contains the foriegn key is
called detail source. The joiner transformation joind the
data based on the master detail joining condition...

Hope this helps...

correct me if i was wrong

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Informatica Interview Questions

1:when we develop a project what are the performance issue will raise?? KPIT 2:if a table have INDEX and CONSTRAINT why it raise the performance issue bcoz when we drop the index and disable the constraint it performed better??KPIT 3:what are unix commands frequently used in informatica??

1 Answers   KPIT,


What is event and what are the tasks related to it?

0 Answers  


why do u use shortcuts in informatica.?

4 Answers   iFlex,


What is a dimensional model?

0 Answers  


how to calculate the optimum cache size in aggregator transformation?

1 Answers  






Explain about HLD and LLD ?

16 Answers   Accenture,


Why we require dwh in particular projects?

1 Answers   Amdocs,


tell me 7.x and 8.x diferrencess(but not transformations)

1 Answers  


how to duplicates from expression transformation without using sorter before that

1 Answers  


wf dont have integration severances how you can run?

0 Answers   TCS,


Explain sessions and how many types of sessions are there?

0 Answers  


what is $$$$?

0 Answers   TCS,


Categories