InterviewSolution
Saved Bookmarks
| 1. |
What are the after triggers?(a) Triggers generated after a particular operation(b) These triggers run after an insert, update or delete on a table(c) These triggers run after an insert, views, update or delete on a table(d) All of the mentionedThis question was addressed to me in an online quiz.I would like to ask this question from Triggers topic in division SQL : Queries, Constraints and Triggers of Database Management |
|
Answer» Correct option is (B) These TRIGGERS RUN after an insert, UPDATE or delete on a table |
|