Question: Create an Audit log Trigger. Triggers can be used to capture and log data changes in tables. Your manager wants to be notified each time
Create an Audit log Trigger. Triggers can be used to capture and log data changes in tables. Your manager wants to be notified each time a price changes for product(s). the report/table should show the old and new price the product(s), the date of the change, and the product ID. Hint: Create a new table named it audi_log, and create a trigger to insert the required data into this table.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
