This statement removes a trigger from the current database.
DROP TRIGGER trigger-name
The following example drops the trigger named InsTrig.
DROP TRIGGER InsTrig
CREATE TRIGGER
Chapter contents Book contents
Prev topic: DROP TABLE Next topic: DROP USER