Re-enabling a disabled trigger
You helped the company update the Orders
table by disabling the PreventOrdersUpdate
trigger.
Now they want the trigger to be active again to ensure no unwanted modifications are made to the table.
Este exercício faz parte do curso
Building and Optimizing Triggers in SQL Server
Instruções do exercício
- Re-enable the disabled
PreventOrdersUpdate
trigger attached to theOrders
table.
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
-- Resume the trigger execution
___ ___ ___
ON ___;