what is the mechanism of the Master-Detail joining
condition?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / radhakrishnansk
Its full outer join. achieved using joiner transformation.
| Is This Answer Correct ? | 0 Yes | 1 No |
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 |
how can send duplicate records to one tableand non duplicate records to one table with simple clear mapping?
What is the meaning of decode in informatica?
Describe an informatica powercenter?
If I am having 6 flat files in data. How can you load the data at a time
What is the capacity of power cube?
what are the real time problems generally come up while doing or running mapping or any transformation?
Hi all,Can any one provide me Informatica Designer Certification dumps.I need all three papers dumps.If any one has these dumps then plz send it on this id:- nagesh.jujjuru@yahoo.com Thanks in advance
What is informatica?
what r d pre-requiste for update strategy transformation, and differnce between delete n truncate in target session properties for update strategy
Design a mapping to load a target table with the following values from the above source?
In warehouses how many schemas are there?
what are cost based and rule based approaches and what is the difference?