Trigger management includes the creation, modification and deletion of triggers on a database object. A trigger is a special form of stored procedure that executes automatically when a statement that modifies data displayed in a view is executed.
Triggers can only fire against system store tables, but a view can reference multiple tables from the IQ main or system stores. Therefore, triggers that references tables from both stores will fire, but only against system store tables.