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 |
Describe data concatenation?
Explain joiner transformation in informatica
What the difference is between a database, a data warehouse and a data mart?
Hi experts, can anyone tell how much we use plsql in real time
What is a grid in Informatica?
What is the difference between OLTP and ODS?
What are the types of maping in Getting Started Wizard?
what is the diff b/w target load plan and cbl?
What is confirmed dimension?
Hi all, i am new to this site and new to Informatica too. I have few questions regarding that. 1) When we load flat files into target tables how do we identify duplicates? and where do load the duplicate records for further reference? 2) How do we do chage data capture? Is this Slowly changing Dimension technique? Thanks in Advance
Explain sessions and how many types of sessions are there?
Different types of Power center errors?