ComenzarEmpieza gratis

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

Ver curso

Instrucciones del ejercicio

  • Re-enable the disabled PreventOrdersUpdate trigger attached to the Orders table.

Ejercicio interactivo práctico

Prueba este ejercicio completando el código de muestra.

-- Resume the trigger execution
___ ___ ___
ON ___;
Editar y ejecutar código