Please explain the difference between outer join and inner
join? With examples would be appreciable..!

Answer Posted / mahima

Inner join: displays only matching record from 2 tables
Outer join:
Left outer join display all the records from 1st table even
if dont have matching record in 2nd table
rignt outer join display all the record from the 2nd table
even if there is not matching record in 1st table

Is This Answer Correct ?    40 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you drop an index associated with a unique or primary key constraint?

587


How remove data files before opening a database?

566


How to start a new transaction in oracle?

593


How to convert characters to times in oracle?

598


Can select statements be used on views in oracle?

596






How to retrieve data from an explicit cursor?

559


How view is different from a table?

560


What is the data type of dual table?

529


IS it possible to built the oracle database without setting the kernal parameters?

1763


How many memory layers are in the oracle shared pool?

643


Differentiate between pre-select and pre-query?

624


What is a parameter file in oracle?

562


List the various oracle database objects?

599


What is coalesce function?

577


What is an external table?

588