How can we join the tables if they don't have primary and
foreign key relationship and no matching port?

Answers were Sorted based on User's Feedback



How can we join the tables if they don't have primary and foreign key relationship and no mat..

Answer / kishore

Very Simple guys....

Do a Override in SQ:

Select * from Tab1, Tab2

Is This Answer Correct ?    4 Yes 1 No

How can we join the tables if they don't have primary and foreign key relationship and no mat..

Answer / lokesh

Manually add dummy cols to both table with same data type and join dem with joiner transformation

Is This Answer Correct ?    1 Yes 0 No

How can we join the tables if they don't have primary and foreign key relationship and no mat..

Answer / kalyan

Option 1:

Drag both the sources to an expression. Hardcord a new
field say NEW_VALUE=1, in both the expressions.
Now join both these pipelines using the joiner with join
condition on the new_field you havecreated(NEW VALUE)

Option 2:

How abt using a full outer join as the type of join in the
joiner Transformation...

Is This Answer Correct ?    3 Yes 3 No

How can we join the tables if they don't have primary and foreign key relationship and no mat..

Answer / niroshreddy@gmail.com

hello hero's dont send wrong answers ..................

Is This Answer Correct ?    0 Yes 0 No

How can we join the tables if they don't have primary and foreign key relationship and no mat..

Answer / ramz

use Cartesian product or cross join
select required columns from tab1,tab2;

Is This Answer Correct ?    0 Yes 0 No

How can we join the tables if they don't have primary and foreign key relationship and no mat..

Answer / developer

use a union transformation if there are no matching ports.

Is This Answer Correct ?    0 Yes 5 No

How can we join the tables if they don't have primary and foreign key relationship and no mat..

Answer / veera reddy

Using joiner transformation.

Is This Answer Correct ?    2 Yes 10 No

Post New Answer

More Informatica Interview Questions

Source table ------------- ID NAME --- ------ 101 PANKAJ NULL KUMAR NULL MATHUR 102 JYOTI NULL SAXENA 103 SACHIN NULL TENDULKAR TARGET TABLE ------------- ID NAME --- ------- 101 PANKAJ KUMAR MATHUR 102 JYOTI SAXENA 103 SACHIN TENDULKAR IN ORACLE & INFORMATICA LEVEL HOW TO ACHIVE

2 Answers   Wipro,


How many repositories can be created in informatica?

1 Answers  


if we have a delimiters at unwanted places in a flat file how can we over come those.

0 Answers  


i have a table with name field. i,e name Shankar prabhakar nitikripa so no if a occures 3 times in name then it will go to tgt A if b occures 3 times in name then it will go to tgt b .. if z occures 3 times in name then it will go to tgt z

1 Answers   HCL,


Which tool yoU use to create and manage sessions and batches and to monitor and stop the informaticaserver?

4 Answers  






What is a code page?

0 Answers  


To import the flat file definition into the designer where should the flat file be placed?

0 Answers   Informatica,


What are the reusable transformations?

0 Answers   Informatica,


What is the role of informatica in project ?Like i showed financial projects?

1 Answers   Amdocs,


how can we update without using update transformation. wt is push down operation in informatica. which lookup gives more tuning performance. if so why.

6 Answers   CTS, Symphony,


Explain in detail scd type 2 through mapping.

0 Answers  


How many transformations can be used in mapplets.

0 Answers  


Categories