i have two tables,table 1 having 2 columns and 3
rows,table2 having 3 columns and 2 rows.what is the output
if i do left outerjoin,full outer join,right outer join?
Answer Posted / pradosh
in table data like following
left table1 right table2
c1,c2 c3,c4,c5
1,2 1,1,10
4,5 6,5,12
7,8 matching columns c1 and c3
Right outer join c1,c2,c3,c4,c5
1,2,1,1,10.
-,-,6,5,12.
Left outer join 1,2,1,1,10.
4,5,-,-,-.
7,8,-,-,-.
full outer join 1,2,1,1,10.
4,5,-,-,-.
7,8,-,-,-.
-,-,6,5,12.
'-' indicates null in above table
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Difference between Data and Index Caches?
In warehouses how many schemas are there?
What is the fact table?
what are the fact table & dimensional table in pharmaceutical and hospotal related products???
What are the limitations of joiner transformation?
What are the types of caches in lookup? Explain them.
How many ways a relational source definition can be updated and what are they?
Write the program through which the records can be updated?
Differences between connected and unconnected lookup?
COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1
How can we delete duplicate rows from flat files?
Write the advantages of partitioning a session?
What is an active transformation?
What is the difference between informatica 7.0 and 8.0?
Please let me know how to make Data masking in informatica..