DB2 Version 10.1 for Linux, UNIX, and Windows

Dropping triggers (PL/SQL)

You can remove a trigger from the database by using the DROP TRIGGER statement.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-DROP TRIGGER--trigger-name----------------------------------><

Description

trigger-name
Specifies the name of the trigger that is to be dropped.