DML triggers in SQL Server is applicable to :

DML triggers in SQL Server is applicable to :
All of the mentioned
In SQL Server we can create triggers on DML statements (like INSERT, UPDATE, and DELETE) and stored procedures that perform DML-like operations.
Insert
Update
Delete

Leave a Reply

Your email address will not be published. Required fields are marked *