What is an inner join, and an outer join ?



What is an inner join, and an outer join ?..

Answer / s

Inner Join return only matching rows whereas Outer Join
returns matching rows from both tables and unmatched rows
from either of the table depending on the join.
RIGHT outer Join returns matching rows and unmatched rows
from the right table.
LEFT outer join returns matching rows and unmatched rows
from the left table.

Is This Answer Correct ?    27 Yes 2 No

Post New Answer

More DB2 Interview Questions

how can you save the query in QMF?IS IT POSSIBLE OR NOT.IF POSSIBLW HOW?

1 Answers   Hewitt,


Where is the output of EXPLAIN stored?

2 Answers  


When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?

0 Answers   Broadridge,


how to identify the pseudo conversation by seeing the program

2 Answers   DELL,


What information is contained in a SYSCOPY entry?

2 Answers  






What does DML stand for and what are some examples of it?

3 Answers   IBM,


What is a DB2 catalog?

2 Answers  


What are some characteristics of columns that benefit from indexes?

1 Answers  


What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?

0 Answers  


what are bind concepts in db2 cobol?

0 Answers  


What is normalization and what are the five normal forms?

1 Answers  


What is the database descriptor?

2 Answers  


Categories