Module 5 Session 3
Module 5 Session 3
Enabling/Diasabling Triggers
To enable a disabled trigger, use the ALTER TRIGGER statement with the
ENABLE clause.
To enable all triggers defined for a specific table, use the ALTER TABLE
statement with the ENABLE clause and the ALL TRIGGERS option.