i have two source data there is no pk,fk how to join the
two sources

Answers were Sorted based on User's Feedback



i have two source data there is no pk,fk how to join the two sources..

Answer / chandranmca2007

We can create a a dummy columns for both tables using that
dummy column we can join the both tables. If the both
tables have same column means we can using that join the
both tables.

If I wrong please send the answer to my mail id
chandranmca2007@gmail.com

Is This Answer Correct ?    21 Yes 6 No

i have two source data there is no pk,fk how to join the two sources..

Answer / tauseef

if the two sources or coming from same datasource then we
can use source Qualifier trans to join
if it is coming from different then same add a dummy port on both the tables and join

if its wrong send me the soulution to my id tauseefwst@yahoo.com

Is This Answer Correct ?    5 Yes 0 No

i have two source data there is no pk,fk how to join the two sources..

Answer / ash

use joiner and create 2 ports in jnr and assign the default value 1 to each of the ports.
make sure that 1 port is master port and [ the other post is detail]. Now give the condition as new-masterport=new_detailsport.

This will give the cartesian product type of join.

Is This Answer Correct ?    2 Yes 2 No

i have two source data there is no pk,fk how to join the two sources..

Answer / prathap

if the two sources or coming from different sources then we
use joiner transformation and add a dummy prot

Is This Answer Correct ?    0 Yes 0 No

i have two source data there is no pk,fk how to join the two sources..

Answer / chandrababu.sarupuru

To join these sources we will use SQL Override function in
Source qlalifier transformation....

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Informatica Interview Questions

How you count the number of records available at your source?

3 Answers   Zensar,


can any one explain me about junk dimension

4 Answers  


my source having the records like ram 3 sam 5 tom 8 and i want to load into target like ram record 3 times,sam record 5 times, tom record 8 times

3 Answers   Satyam,


What are the different types of schemas?

11 Answers   ITC Infotech,


what is meant by data driven.. in which scenario we use that..?

2 Answers   IBM,


explain different types of modeling.

2 Answers  


What are the Differences between connected and unconnected lookup?

6 Answers   TCS,


can u give example for factless fact table

3 Answers   TCS,


How to create a mapping ? id date 101 2/4/2008 101 4/4/2008 102 6/4/2008 102 4/4/2008 103 4/4/2008 104 8/4/2008 O/P - shud have only one id with the min(date) How to create a mapping for this

9 Answers   Deloitte,


Why update strategy and union transformations are active?

1 Answers  


My i/p is 1,2,3,4,5,6,7,8,9,10……….. o/p to be populate in two tables as below. o/p1: 10,20,30,40,50,60,70,80,90……. o/p2: 11,21,31,41,51,61,71,881,91…….

7 Answers   Accenture,


Hi, In Router transformation I created two groups . One is Passthrough=> True Second one is CorrectId’s => Invest>50000 Here I have one doubt. Can’t I treat default group as Passthrough group (fist group) . Is there any difference between default group and Passthrough group in this scenario? Let me know if you want more information about this scenario. Advance thanks.

3 Answers   IBM,


Categories