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 ejercicio forma parte del curso
Building and Optimizing Triggers in SQL Server
Instrucciones del ejercicio
- Re-enable the disabled
PreventOrdersUpdate
trigger attached to theOrders
table.
Ejercicio interactivo práctico
Prueba este ejercicio completando el código de muestra.
-- Resume the trigger execution
___ ___ ___
ON ___;