Update a Table using Multiple Join Conditions

There is three tables Customer, order and order details.
Customer and order linked with cust_id, order and order_details connected with order_id.
How a column(total_order) in customer to be updated from order_details.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions