Question: Given the following table: Highschooler(studentID, studentName, grade); Write in PL/SQL a row level trigger named graduation . This trigger should be fired after updating the
Given the following table:
Highschooler(studentID, studentName, grade);
Write in PL/SQL a row level trigger named graduation. This trigger should be fired after updating the column grade of the above table. Once it is fired, it should delete students whose new grades exceed 12.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
