How to Use INSTEAD OF Triggers for Custom SQL Logic
Trigger Types in SQL
Data Manipulation Language trigger (DML)
It's type of special Stored Procedure that automatically execute action (INSERT, UPDATE or DELETE) in a table or view.
Data Definition Language trigger (DDL)
It's type of triggers tha...
peandaddy.com5 min read