I have two tables:
Cartoon
containing P_Name,U_Of_Pack,Weight,No_Cart,No_Pack,Tot_weightProduct
containing P_Name,U_Of_Pack,Weight,No_Cart,No_Pack,Tot_weight
When any changes in the Product
table are made to No_Cart, No_Pack, Tot_weight columns, these values should be subtracted from the same column's of Cartoon
table & the updates should be applied in the Cartoon
table (remaining column values).