1.

Which of the following is not a typical trigger action?(a) Insert(b) Select(c) Delete(d) All of the mentionedThis question was addressed to me during an interview for a job.This is a very interesting question from DML Triggers in section Developing with SQL Server of SQL Server

Answer»

Right ANSWER is (B) Select

The best EXPLANATION: Valid trigger actions are INSERT, UPDATE and DELETE, or a combination of several, separated by commas.



Discussion

No Comment Found

Related InterviewSolutions