In this section we are going to learn about the Triggers in the SQL server.
Triggers are special kind of stored procedure that executes only when the database table is modified using Data Manipulation Language (DML) SQL Statements (Either INSERT, UPDATE or DELETE).
There are following types of triggers