π Question
#1132
The CREATE TRIGGER statement is used to create the trigger. THE _____ clause specifies the table name on which the trigger is to be attached. The ______ specifies that this is an AFTER INSERT trigger.
β
Correct Answer
A. for insert, on
π‘
Explanation
The triggers run after an insert, update or delete on a table. They are not supported for views.
β¨οΈ Press
A
B
C
D
to select