InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is NOT an Oracle-supported trigger?(a) BEFORE(b) DURING(c) AFTER(d) INSTEAD OFI got this question in a job interview.I would like to ask this question from Triggers topic in section SQL : Queries, Constraints and Triggers of Database Management |
|
Answer» CORRECT answer is (b) DURING Best EXPLANATION: Example: During TRIGGER is not POSSIBLE in any database. |
|