Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How the join works

782493May 18 2011 — edited May 19 2011
Hi,

Could you please tell me how the below join works

Select a.col1,a,col2,b.col1,c.col1,d.col1
from Table1 a, Table2 b, Table3 c, Table4 d
where
a.col4 = b.col4 (+)
and c.col4(+) = d.col4

How do this tables are joining and displays the result.
This post has been answered by Frank Kulash on May 18 2011
Jump to Answer

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 16 2011
Added on May 18 2011
5 comments
660 views