Use the Triggered Action page of the Create Trigger notebook to specify the
action that you want your trigger to invoke.
Fields and controls
Authorities and privileges

To specify the action that you want your trigger to
invoke:
- Open the Create Trigger notebook, specify values on the
Trigger page, and click on the Triggered Action tab
- If you need to reference values affected by the operation selected on the
Trigger page, specify one or two correlation names for rows
that contain these values:
- If you need to reference values in all rows affected by the operation
selected on the Trigger page, specify one or two temporary
tables that consist of these rows:
- Under For each, select a radio button to
specify whether the triggered action is to occur when the selected operation
acts on each row, or when the operation is over.
- In the Triggered action field, specify
the SQL for the triggered action.
- Click on Apply to create the trigger. If you specified a
new schema in the Trigger Schema field, and you have
IMPLICIT_SCHEMA authority, the new schema will be added to the
database.
- Optional: Use the Create Trigger notebook to create another
trigger.
- Click on Close. The Create Trigger notebook
closes.

Related information