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 / vijaya

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

left join c1,c2,c3,c4,c5
1,2,1,1,10.
-,-,6,5,12.
right join 1,2,1,1,10.
4,5,-,-,-.
7,8,-,-,-.
full outer 1,2,1,1,10.
4,5,-,-,-.
7,8,-,-,-.
-,-,6,5,12.

'-' indicates null in above table

Is This Answer Correct ?    6 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Separate from an archive server and a powerhouse?

497


What are the different types of repositories created using informatica?

662


Does an informatica transformation support only aggregate expressions?

608


Which transformation should we use to normalise the COBOL and relational sources?

747


Explain the difference between a data warehouse and a data mart?

600






Explain why we use partitioning the session in informatica?

617


How can you generate reports in informatica?

581


How many numbers of sessions can one group in batches?

623


can any one explain me what i have to tell about insurance project in interview,,,,when he asked to tell about ur project

2139


Explain the types of transformations?

596


Whats there in global repository

1272


Some flat files are there, out of these having some duplicate. How do you eliminate duplicate files while loading into targets?

1323


Enlist the various types of transformations.

559


What is the function of aggregator transformation?

579


What is decode in informatica?

656