1.

AFTER trigger in SQL Server can be applied to _________________(a) Table(b) Views(c) Table and Views(d) FunctionI got this question by my college director while I was bunking the class.Enquiry is from DML Triggers topic in chapter Developing with SQL Server of SQL Server

Answer»

Correct choice is (C) Table and Views

The explanation: AFTER trigger FIRES after SQL Server COMPLETES the EXECUTION of the action successfully that fired it.



Discussion

No Comment Found

Related InterviewSolutions