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

i having source, router transformation, two targets in my mapping... i given two conditions in router 1)sal >500 2)sal < 5000 --------------- my source is havig two sal records (1)1000 (2)2000 then which target will load first? will both targets are get load or single target only get load...... why?

9 Answers   Cap Gemini,


Could any one to tell Fact table Partitioning?

2 Answers  


from Source 100 rows are coming, on target there are 5 m rows which options is better to match data 1. Joiner 2 No cache 3. Static 4. Dynamic

21 Answers   Deloitte,


What are the types of data warehouses?

0 Answers   Informatica,


how to find the 5th highest salary form each department using 1.SQL Query 2. Informatica power center designer?

4 Answers   CTC,






How do u identify or filter out a 0 byte file available in a folder by using UNIX command?

1 Answers   Wipro,


i have 2 mapings for this 2 mapings i want use only one lookupt/r how?

3 Answers   Wipro,


What is the fact table?

0 Answers  


if we are extracting 600000 records from a source table so how much volume of records frequently we load in warehouse. (Iknow its depend on client requirement) still i want to know how much volume of records store in warehouse.

2 Answers   IBM,


What is sorter transformation?

0 Answers  


What are the different threads in DTM process?

1 Answers  


Howmany ways yoU can update a relational source defintion and what are they?

1 Answers  


Categories