Editing Trigger General

Trigger Type
Define the trigger type: TABLE or VIEW.

Table name or View name
Choose a table or view.

Fires
Determine when the trigger actions will be executed relative to the insertion, modification or removal of the associated row.

When
Specify the trigger condition for the database to fire the trigger.

On Event
It indicates the kind of statement that activates the trigger.

Insert
The trigger is activated whenever adding a row to a table.

Delete
The trigger is activated whenever removing a row from the table.

Update
The trigger is activated whenever changing a value in one of the fields selected in Update Of Fields.

Update of Fields
Specify the fields for UPDATE statement trigger upon necessary.