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 is difference between isnull and coalesce?

0 Answers  


How will fetch last 5 rows from table in db2

6 Answers  


What is the meaning concurrency in the db2 database?

0 Answers  


cursor with hold explain ?

1 Answers   Verizon,


How can we retrieve the total number of records in RPG & CLLE?

0 Answers  






Is db2 a database?

0 Answers  


What is a db2 schema?

0 Answers  


Once you create a view, where would information about the view be stored?

1 Answers  


before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?

0 Answers   IBM,


What will happen, while trying to close the closed cursor.

1 Answers  


What are the three lock types?

2 Answers  


How do I delete a table in db2?

0 Answers  


Categories