Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

HOw can we load the normalised data ( Vertical data) to (Horizontal data)with out using decode in the expression transformation and the aggregator transformation. But, what exactly I want is .. If we have million of records,it is not possible using decode and search for that Particular Id to pivot into Horizontal data... Can any one of guys please help me in this regard.....

3 Answers   TCS,


Can we create a node as a gateway node and the same node can be assigned to a grid?

0 Answers  


why do u use shortcuts in informatica.?

4 Answers   iFlex,


Name the different lookup cache(s)?

0 Answers  


What are the steps involved in the migration from older version to newer version of Informatica Server?

0 Answers  


Hi, I have one flatfile as target in a mapping . When i am trying to load data second time into it. The records already is in flatfile is getting override. I don't want to override existing records. Note : we can do this by implementing CDC / Incremental pool logic if target is relational . But this is flatfile. So, even i use this same technique it will override only So what is the solution ? Is there any option at session level for flatfile target ? Advance Thanks

4 Answers   IBM,


what r the values tht r passed between informatics server and stored procedure?

1 Answers  


What is rank transform?

0 Answers  


what is a time dimension? give an example?

2 Answers   IBM,


hi all, can anyone please tell me the difference between erwin tool and informatica ?how these both works ? how this both are going to connect with business objects. THANKS IN ADVANCE

2 Answers  


Hi, I have one scenario.. i want to insert 4 times (Duplicate) a row in the target. Please help me . source row: abcabc Tgt table: abcabc abcabc abcabc abcabc

10 Answers   Cap Gemini, IBM,


What is mapping debugger?

0 Answers  


Categories