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

What is the default join that source qualifier provides?

3 Answers   Informatica,


What are the advantages of informatica?

0 Answers  


i have 2 mapings for this 2 mapings i want use only one lookupt/r how?

3 Answers   Wipro,


Hi experts, can anyone tell how much we use plsql in real time

3 Answers  


How to use pmcmd utility command?

0 Answers  


How will you convert rows into columns or columns into rows

1 Answers  


How many mapplets u have created? and what is the logic used

5 Answers   Mind Tree,


When you move from devel to prod how will you retain a variable

1 Answers  


What is meant by query override?

0 Answers  


Explain the features of connected and unconnected lookup.

0 Answers  


How to list Top 10 salary, without using Rank Transmission?

16 Answers   Infosys,


What is source qualifier transformation?

1 Answers  


Categories