SQL-J Language Reference
Page 28 of 121

DROP TRIGGER statement

DROP TRIGGER removes the specified trigger.

Syntax

DROP TRIGGER TriggerName

Example

DROP TRIGGER HotelsCascadingDelete1

Dependency System

When a table is dropped, all triggers on that table are automatically dropped. (You don't have to drop a table's triggers before dropping the table.)