Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 12.1 [6] Write a TRIGGER to ensure that DEPT TABLE does not contain duplicate of null values in DEPTNO column. Problem 12.2 [6] Write
Problem 12.1 [6] Write a TRIGGER to ensure that DEPT TABLE does not contain duplicate of null values in DEPTNO column. Problem 12.2 [6] Write a Trigger to carry out the following action on deleting a deptno from dept table, all the records with that deptno has to be deleted from the emp table Problem 12.3 [6] Write a Trigger to carry out the following action: on deleting any records from the emp table, the same values must be inserted into the log table
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