1.

Point out the correct statement.(a) Triggers are database object(b) Three types of triggers are present in SQL Server(c) A DDL trigger is an action programmed to execute when a data manipulation language (DML) event occurs in the database server(d) None of the mentionedThis question was addressed to me during an online exam.My question is taken from DML Triggers topic in chapter Developing with SQL Server of SQL Server

Answer»

The CORRECT option is (a) Triggers are database object

Easiest explanation: Triggers are special type of stored PROCEDURE that AUTOMATICALLY executes when a DDL or DML statement associated with the trigger is EXECUTED.



Discussion

No Comment Found

Related InterviewSolutions