ComeçarComece de graça

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

Ver curso

Instruções do exercício

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

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

-- Resume the trigger execution
___ ___ ___
ON ___;
Editar e executar o código