What is an inner join, and an outer join ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected

10745


How do you stop a db2 database in linux?

566


What is query_cache_limit?

541


What types of tables are there in the db2 database?

548


What does db2 plan contain?

571






What is the role of the data page in the db2 database?

584


Mention the location where the output received from explain statement is stored.

628


How do I delete a table in database?

595


How to execute stored procedures?

618


How to get the ddl of a table in db2?

673


What is the max length of sqlca?

759


Explain the benefits you can get from mainframe connect?

520


Define predicate?

641


What is null indicator in cobol db2?

580


Mention the different locking levels that are available in db2.

639