2 Day Developer > Using Triggers > Overview of Triggers > Naming Triggers
Naming Triggers |
Previous |
Next |
Trigger names must be unique with respect to other triggers in the same schema. Trigger names do not need to be unique with respect to other schema objects, such as tables, views, and procedures. For example, a table and a trigger can have the same name; however, to avoid confusion, this is not recommended.