InterviewSolution
Saved Bookmarks
| 1. |
What are the different in triggers?(a) Define, Create(b) Drop, Comment(c) Insert, Update, Delete(d) All of the mentionedThis question was posed to me in exam.This interesting question is from Triggers topic in section SQL : Queries, Constraints and Triggers of Database Management |
|
Answer» CORRECT option is (C) Insert, UPDATE, Delete Best explanation: TRIGGERS are not possible for CREATE, drop. |
|