Categories
Sql Server

INSERT Trigger in Sql Server

INSERT Trigger Works Sql Server INSERT TRIGGER is a trigger that execute itself whenever an INSERT statement inserts data into any table or view on which the trigger was configured. When an INSERT trigger fires itself, new rows are also added on both the trigger table and inserted table. The inserted table is a logical table […]