What are the diffrences between joiner transformation and
source qualifier transformation?

Answers were Sorted based on User's Feedback



What are the diffrences between joiner transformation and source qualifier transformation?..

Answer / swetha

yoU can join hetrogenious data sources in joiner
transformation which we can not achieve in source qualifier
transformation. yoU need matching keys to join two
relational sources in source qualifier transformation. Where
as you doesn't need matching keys to join two sources. Two
relational sources should come from same datasource in
source qualifier. yoU can join relatinal sources which aer
coming from different sources also.

Is This Answer Correct ?    13 Yes 0 No

What are the diffrences between joiner transformation and source qualifier transformation?..

Answer / david

One important thing is

IN source Qualifier 1)the columns used in the condition must
have primary-key and foreign-key relationship(Compulsory)
For example
If the condition is
Emp.deptno = dept.deptno1
The depeno and deptno1 should have primary and foreign
key relation

2)The datatypes of the couumns must be same

Is This Answer Correct ?    11 Yes 1 No

Post New Answer

More Informatica Interview Questions

What is the Rank index port in Rank transformation?

0 Answers   Informatica,


How many ways a relational source definition can be updated and what are they?

0 Answers   Informatica,


What is router transformation

4 Answers   CSC,


how will you remove the duplicate records from flat file without using sorter?

7 Answers  


ONE FLAT FILE IS THERE WHICH IS COMMA DALAMETED . HOW TO CHANGE THAT COMMA DELEMITER TO ANY OTHER AT THE TIME OF RUNNING ?

3 Answers   HP,






in which situations do u go for sequence generator ?

2 Answers   TCS,


How to extract sap data using informatica?

0 Answers  


what is scd?

6 Answers  


How do you implement unconn. Stored proc. In a mapping?

1 Answers  


Why we select the table which has minimum number of records as Master table in joiner?

4 Answers   HG, UST,


One flatefile it contains some data but i want to dont want to load first and last record ..how it is? can u tell me complete logic?

2 Answers  


explain abt joiner t/r?

1 Answers   IBM,


Categories