On the Triggers tab, you can create and manage triggers at a row level that execute automatically in response to table events.
In the Triggers grid, right-click the row or anywhere in the grid and select the required shortcut menu option:
In the Triggers grid, you can view or modify properties for a specific trigger:
AFTER (FOR)
, which is executed after INSERT
, UPDATE
, or DELETE
.INSERT
, UPDATE
, DELETE
).1. Right-click the grid and select New Trigger.
Alternatively, press Ins.
2. In SQL Editor that opens, modify the CREATE TRIGGER
statement.
3. On the Table Editor toolbar, click Apply Changes to save the changes.
1. In the Name, Type, or Event columns, double-click the cell to open the CREATE TRIGGER
statement in a new SQL document.
2. Edit the trigger.
3. On the Table Editor toolbar, select Apply Changes to save the changes and apply them to the trigger.
An asterisk ( * ) on the table editor tab title indicates that there are unsaved changes.
To save and apply them, on the Table Editor toolbar, select Apply Changes.
Note
Use Ctrl+F to locate column definitions or table settings in the DDL script.