Multiple Choice
Which of the following is not an SQL trigger?
A) BEFORE UPDATE
B) INSTEAD OF UPDATE
C) BEFORE INSERT
D) INSTEAD OF CONSTRAINT
E) AFTER DELETE
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: SQL views can be used to hide
Q6: Stored procedures have the advantage of all
Q11: Although it cannot be used in creating
Q12: The SQL statement used to delete a
Q18: SQL views are constructed from _.<br>A)CREATE statements<br>B)INSERT
Q36: A stored program that is stored within
Q55: A stored program that is attached to
Q61: SQL triggers are used for providing default
Q68: A stored program that is attached to
Q101: What are SQL stored procedures and how