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

What does db2 mean?

0 Answers  


How do I import a csv file into db2?

0 Answers  


how to get duplicate records from tables?write qurey for this?

4 Answers   ANZ,


Could you please let me no the query for below I have table name xyx under this there is column name called employee name which starts from 100th column ends 120th column,now i want to replace only column from 101 to 104 which contains ABCS to replace with PQRS for all records which comes beetween 101 to 104 ..how to write query for this..

1 Answers   HSBC,


what are bind concepts in db2 cobol?

0 Answers  






cobol-db2 runjcl please?

2 Answers   DELL,


Where is the access path logic created by the DB2 Optimizer stored?

1 Answers  


How to find the number of rows in a db2 table?

0 Answers  


What is a LIKE table and how is it created?

2 Answers  


What is node in db2?

0 Answers  


What is scrollable cursor in db2?

0 Answers  


Can you use max on a char column?

0 Answers  


Categories