DROP TRIGGER GROUP

Use the DROP TRIGGER GROUP command to drop an existing trigger group.

Syntax

DROP TRIGGER GROUP trigger_group_name;

You cannot drop a trigger group if it contains any triggers.

Example

drop trigger group update_database_triggers;