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 union transformation is used?

0 Answers  


How to send duplicates to one target and unique rows to one target?target is empty

9 Answers   Amazon, IBM, Wipro,


Please tell me which institute is the best to study Informatica and asp.net in chennai Also please send me the latest interview questions in asp.net,c# and sql server to my id ramtryin@gmail.com

0 Answers  


What are the features of complex mapping?

0 Answers  


from Source 100 rows are coming, on target there are 5 m rows which options is better to match data 1. Joiner 2 No cache 3. Static 4. Dynamic

21 Answers   Deloitte,






What is up date strategy and what are the options for update strategy?

2 Answers  


when will we go for unconnected lookup transformation in Informatica?

6 Answers   CTS, IBM,


What is data caches/ index caches?

0 Answers  


task is running successfully but data is not loded why?

2 Answers  


What is Performance tuning in Informatica?

1 Answers   CTS, GE, TCS,


In Datastage, we have row generator stage to generate dummy row. Is there any such transformation in Informatica. Thanks in advance, Kumar

1 Answers  


If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b,the target shd be loaded as 1 a+b+c or 1 a||b||c, what transformations shd be used for this?

3 Answers   CTS, Wipro,


Categories