what is left outer join?

Answers were Sorted based on User's Feedback



what is left outer join?..

Answer / mahi

It will take all the records form detailed table,
and matching records form master table.

Is This Answer Correct ?    8 Yes 1 No

what is left outer join?..

Answer / jay

For eg.

Select M.*, D.* from
Master M LEFT OUTER JOIN Details D
on M.ID = D.ID

In the above query we get all the records from Master table and matching records from Detail table.

In simple it takes all rows from the table which is left of the join and matching records from table which is in other side of the join.

Is This Answer Correct ?    3 Yes 0 No

what is left outer join?..

Answer / rashid equbal

It will take all the records form detailed table,
and matching records from master table.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

Design a mapping to load a target table with the following values from the above source?

0 Answers   Informatica,


What is the difference between Normal load and Bulk load?

5 Answers  


What is the difference between stop and abort in informatica

0 Answers   Informatica,


what is bridge tables in informatica

1 Answers   CTS,


what are the deliverables?in your project?

0 Answers   DELL,


What is a poling?

2 Answers  


Is LOAD MANAGER AND LOAD BALANCER same in informatica?

1 Answers   KPIT,


lookup is passive y can't it be active? let us say i have some records in my source like 101,rohit,1000 101,rohit,1000 102,kumar,2000 like wise now as it is having multiple matches i return only first,last value it can't return bouth the values that means lookup is acting as select distinct right by default what means it is active?

5 Answers   IBM,


what is mean by grouping of condition column in lookup transformation?

1 Answers  


Is there any target staging area in informatica not staging area

0 Answers   Syntel,


can any one explain me about junk dimension

4 Answers  


What is event and what are the tasks related to it?

0 Answers  


Categories