without matching columns in two tables. how can you join

Answers were Sorted based on User's Feedback



without matching columns in two tables. how can you join..

Answer / sbvp

by using union t/r
other wise create one dummy column in two tables
than join the two table with jioner t/r
ok

Is This Answer Correct ?    13 Yes 4 No

without matching columns in two tables. how can you join..

Answer / manjunath

Case 1 : If we want to join two tables we need matching column based on condition.
Case 2 : If we join two tables without column then go for union T/R

Is This Answer Correct ?    3 Yes 1 No

without matching columns in two tables. how can you join..

Answer / ankit kansal

Its against the concept of Normalization to join two tables without PK and FK relationship. however if you try to join both tables then it will return you Cartesian product.
lets say your first of your table contains = 12 rows and
the other one also contains 12 rows then net output will be 144 rows.

http://deepinopensource.blogspot.in/

Is This Answer Correct ?    0 Yes 1 No

without matching columns in two tables. how can you join..

Answer / sarthak

U can't join two tables (without matching columns) through
UNION T/f.It requires matching columns for UNION.

Is This Answer Correct ?    1 Yes 4 No

without matching columns in two tables. how can you join..

Answer / sivaraj c

Use indirect Load through reference file which holds the file name of both source files.

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Informatica Interview Questions

how the data will be loaded while desiging the schema?which one first (for e.g.-dimesions and facts)

2 Answers   Sonata,


Why filter transformation is an active one?

0 Answers  


define galaxy repository in informatica

0 Answers  


What are reusable transformations in how many ways we can create them?

2 Answers  


How to merge First Name & Last Name?

8 Answers  






what are the perameter and variable?

3 Answers   IBM,


What is the Process to creating lookup transformation in informatica

0 Answers   Informatica,


Can any one give me an example for factless fact table ? If your answer is studunt attendence registration,could you plese give me explanation for this ?

3 Answers   Cap Gemini, Puma, Wipro,


In Lookup transformation a sql override should be done and disable the cache how do you do this procedure?

2 Answers   Wipro,


Which kind of index is preferred in DWH?

2 Answers  


can we override a native sql query within informatica? Where do we do it?

0 Answers  


what are the row and column separations in Flat Files

3 Answers   CTS,


Categories