Question: Create an AFTER INSERT TRIGGER for OrderItem table that updates inventory levels in the Item table after ordering any item. This trigger automatically updates Item
Create an AFTER INSERT TRIGGER for OrderItem table that updates inventory levels in the Item table after ordering any item. This trigger automatically updates "Item" table "QoH" column when a new line is added to the "OrderItem" table by adding the ordered quantity to the existing "QoH
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
