Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Seeking the step by step programming to this question: Create a compound trigger emp_audit_trigg on the EMPLOYEES table for the following events: when updating the
Seeking the step by step programming to this question:
Create a compound trigger emp_audit_trigg on the EMPLOYEES table for the following events: when updating the salary column of the EMPLOYEES table, enter the value Updating into the action column of the AUDIT_TABLE before the change occurs. Next, once the action is complete, change the action to Update complete; old salary was (old_sal); new salary is (new_sal) where old_sal is the original salary before the UPDATE, and new_sal is the new salary.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started