1.

Triggers are supported in(a) Delete(b) Update(c) Views(d) All of the mentionedI had been asked this question during an online exam.This interesting question is from Triggers topic in section SQL : Queries, Constraints and Triggers of Database Management

Answer»

Correct answer is (C) Views

To explain: The triggers RUN after an INSERT, update or DELETE on a table. They are not supported for views.



Discussion

No Comment Found

Related InterviewSolutions