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 are the popular informatica products?

0 Answers  


What happens if the info. Server doesn't find the session parameter in the parameter file?

1 Answers  


what is the use of Java Transformation in Informatica 8.x?

2 Answers   TCS,


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

2 Answers   IBM,


When i run workflow first session runs 4 times 5th time 2nd session must run? How can u do?

1 Answers  






what is materialized view?

2 Answers  


What is the format of informatica objects in a repository?

0 Answers  


Is snow flake or star schema used? If star schema means why?

4 Answers   CTS, Sonata,


Hello...... How can i set my mapping as read-only? Please answer me. Advance thanks

4 Answers  


What is the session task and command task?

0 Answers  


How to find from a source which has 10,000 records, find the average between 500th to 600th record?

3 Answers  


What are the different types of Type2 dimension maping?

1 Answers  


Categories