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

What is the difference between nvl and coalesce?

0 Answers  


What is QUIESCE?

2 Answers  


In terms of DB2 indexing, what is the root page?

1 Answers  


in column y record abc.v abc.s xyz.j abc.h i wan only abc columns how to retrieve thi records

2 Answers   IBM,


Where can you declare a cursor in a cobol-db2 program?

0 Answers  


What is IMAGECOPY ?

6 Answers  


What is the purpose of the DSNC transaction ?

1 Answers  


What is load utility in db2?

0 Answers  


How will fetch last 5 rows from table in db2

6 Answers  


can i code union in cobol-db2 pgm ?

4 Answers   Patni,


A Table feild is declared as Decimal(7,2). I want to insert the decimal in to this column thru cobol-db2 program. How should I declare my local input file variable or any suggestion?

7 Answers   IBM,


What is dbrm?

0 Answers  


Categories