OUTER JOINS USED TO GET MATCHING AND NONMATCHING ROWS FORM 2
OR MORE TABLES BASED ON COLUMNS. SIMPLE JOINS ALSO DO THE
SAME THEN WHAT IS THE USE OF OUTER JOINS.



OUTER JOINS USED TO GET MATCHING AND NONMATCHING ROWS FORM 2 OR MORE TABLES BASED ON COLUMNS. SIMPL..

Answer / ravi

Simple joins gives only matching/common values from two or
more tables

If you have mentioned only Outer joins then it is same as
simple join gives the matching values from two or more
tables but outer joins are of two types--- right outer join
and left outer join

for right outer join--- it will give non matching rows also
from right table in addition to matching rows
for left outer join-- it will give non matching rows also
from left table in addtion to matching rows

Is This Answer Correct ?    13 Yes 0 No

Post New Answer

More DB2 Interview Questions

Can you tell me how can you find out the # of rows updated after an update statement?

0 Answers  


What is a db2 table?

0 Answers  


How to handle null values in db2

4 Answers  


Is it mandatory to use DCLGEN? If not, why would you use it at all?

2 Answers  


Can we update view in db2?

0 Answers  


On which levels locks can be applied?

0 Answers  


What is the meaning of -805 SQL return code?

3 Answers  


What is Call attach facility? How does it work?

1 Answers   Syntel,


What is sqlca?

0 Answers  


What is the difference between group by and order by?

2 Answers   IBM, TCS,


what is parm utility

2 Answers   IBM,


What's The Percentage Free Space ?

0 Answers   IBM,


Categories