emy_math Answered 1 Years ago through
Quizzes | 5 Points
Triggers are stored TSQL code that is used to automatically perform a task when some type of SQL Server action occurs. As their name implies, a Trigger is triggered or set off by some monitored action.
These monitored actions can be one of three categ...