Question: Create a trigger to audit the changes made on salary column in table Employee, keep the changes made record in table AUDIT_LOG_SALARY. The information need

Create a trigger to audit the changes made on salary column in table Employee, keep the changes made record in table AUDIT_LOG_SALARY. The information need to be stored in AUDIT_LOG_SALARY are old salary, new salary , employee_id, date changes and time changes. Show the steps required. Hint (1) Create the audit table (2) Create the trigger with the event after update on Employee table

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!