Triggers
Triggers
Triggers
• SQL Server provides two virtual tables that are available specifically
for triggers called INSERTED and DELETED tables. SQL Server uses
these tables to capture the data of the modified row before and after
the event occurs.
SQL Server INSTEAD OF Trigger