Prev | SQL Engine Reference | Next |
DROP TRIGGER
This statement removes a trigger from the current database.
Syntax
DROP TRIGGER trigger-nameExamples
The following example drops the trigger named InsTrig.
DROP TRIGGER InsTrigSee Also
Prev DROP TABLE |
Contents Up Check for Revisions | Next DROP VIEW |