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 ?

Thank !!!