View Exhibit 1 and examine the structure of the EMP and dept tables.
View Exhibit2 and examine the trigger code that is defined on the dept table to enforce the update
and delete restrict referential actions on the primary key of the dept table.
What is the outcome on compilation?
A.
It compiles and executes successfully.
B.
It gives an error on compilation because it is not a row-level trigger.
C.
It gives an error on compilation because the exception section Is used in the trigger.
D.
It compiles successfully but gives an error on execution because it is not a row-level trigger.
Explanation:
b
B
B
B
??