1.

DML triggers in SQL Server is applicable to _____________(a) Insert(b) Update(c) Delete(d) All of the mentionedThis question was posed to me by my school principal while I was bunking the class.My question is based upon DML Triggers in portion Developing with SQL Server of SQL Server

Answer»

Right answer is (d) All of the mentioned

For explanation I would say: In SQL Server we can create triggers on DML statements (like INSERT, UPDATE, and DELETE) and stored procedures that PERFORM DML-like OPERATIONS.



Discussion

No Comment Found

Related InterviewSolutions