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!

Use Subquery in the Delete Statement

user8794108Mar 2 2015 — edited Mar 4 2015

Hi, can anybody explain to me how is that letter D do the work ? I know you can use Subquery in the Detele Statement, but in this case the subquery is a SELECT * FROM two table ... how is that oracle knows that have to delete only the row in the order_items and not in orders table ?

Subquery_Delete.png

Thank !!!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 1 2015
Added on Mar 2 2015
7 comments
1,765 views