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

Answer Posted / sunny

Inner join means it display all matching records in both tables depends upon condition....

Outer joins are three types..
1.left outer
2.right outer
3.full outer

In left outer:it will display all columns of right side table and matching columns of both tables.

In right outer:it will display all columns of left side table and matching columns of both tables.

In full outer:all matching non matching columns of both tables are displayed.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to count duplicated values in a column in oracle?

554


you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz

1564


How to call a stored function with parameters?

564


What is logical backup in oracle?

580


In oracle there is column command, how will you explain that?

554






What is the difference between PFILE and SPFILE in Oracle?

580


If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?

1661


What are internal user account in oracle?

571


How oracle handles dead locks?

602


What are the different oracle database objects?

588


What is oracle instant client?

566


Explain the use of show option in imp command.

642


Is there an oracle sql query that aggregates multiple rows into one row?

546


How index is implemented in oracle database?

596


What is parameterized cursor in oracle?

578