On the Triggers tab, you can view, edit, and remove triggers defined on the table.
The Triggers grid displays trigger details and lets you edit or remove triggers and trigger functions. Triggers are listed in alphabetical order.

The grid displays the following trigger details:
ENABLE, ENABLE REPLICA, ENABLE ALWAYS, and DISABLE.To edit a trigger, right-click the grid and select Edit Trigger. The generated CREATE statement for the selected trigger opens in a new SQL document, where you can edit and execute it.
To edit a trigger function, right-click the grid and select Edit trigger function. The generated CREATE statement for the selected trigger function opens in a new SQL document, where you can edit and execute it.
To remove a trigger, select it in the grid, right-click the grid, then select Drop Trigger.
To remove a trigger function, select it in the grid, right-click the grid, then select Drop trigger with function.
Note
The shortcut menu options are unavailable if triggers aren’t defined on the table.
For more information on managing table data, see Table Editor - Data.