Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a trigger named Lab3Trigger2 If the employee_copy table has less than 20 rows, do not allow a delete on the employee_copy table to take
Create a trigger named Lab3Trigger2 If the employee_copy table has less than 20 rows, do not allow a delete on the employee_copy table to take place. When you cause this trigger to execute, you should receive the following error. Notice that this is a custom error of your making. SQL Error: ORA-20101: Less than 20 rows in employee_copy table. No delete allowed.
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