Cancels any unsaved changes that you made and closes this notebook or window.
Performs the actions that you have specified in this notebook or window.
Opens the Show SQL window.
Displays the schema of the trigger that you are altering. This is a read-only field.
Displays the name of the trigger that you are altering. This is a read-only field.
Displays the schema of the table on which the trigger is defined. This is a read-only field.
Displays the name of the table on the trigger is defined. This is a read-only field.
Indicates that the triggered action follows the operation that causes the trigger to be executed. If Row has been selected on the Triggered Action page, then the action occurs after the operation acts on each row. If Statement has been selected, then the action occurs only after the operation has finished. This is a read-only field.
Indicates that the triggered action precedes the operation that causes it to be executed. Attention: If Before is selected, then the trigger will not activate other triggers. This is a read-only field.
Indicates that the trigger activates instead of the operation that caused the trigger to be executed. This is a read-only field.
Indicates that the trigger activates whenever rows are inserted into the specified table. This is a read-only field.
Indicates that the trigger activates whenever rows are deleted from the specified table. This is a read-only field.
Indicates that the trigger activates whenever particular columns are updated. This is a read-only field.
Type a 1 to 254 character comment. To delete the comment, erase it from the field.
Indicates that the triggered action will execute each time the triggering action affects a row. This is a read only field.
Indicates that the triggered action will execute only after the statement causing the triggering action has completed. This is a read only field.
Displays the SQL statement that created the selected trigger. This is a read only field.