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!

Joining 3 tables

610334Nov 26 2007 — edited Nov 26 2007
I have a requirement where A, B, C are three tables. I have joined all tables.
At a given time i can have
Case 1: data in all tables or

Case 2: data in only table A and no related record in B and C.

When Case 2: Because there is a join from B to C also, i can't get the row that is present only in A.

How can i get all the records?

Thanks,
Gayatri

Message was edited by:
user607331
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 24 2007
Added on Nov 26 2007
6 comments
690 views