Trigger Type
Choose the type of trigger: TABLE, VIEW, SCHEMA and DATABASE
Enable
An enabled trigger runs its trigger action if a triggering statement is issued and the trigger restriction (if any) evaluates to true.
Table Schema
The table schema of the trigger.
Table name
The table you wish to create the trigger.
Nested Table Field
To select the nested table field.
Compound
To specify the Instead Of Trigger.
Note: Support from Oracle 11g or later and you can edit the SQL in Trigger Body.
On Event
It indicates the kind of statement that activates the trigger.
Insert
The trigger is activated whenever adding a row to a table or adds an element to a nested table.
Delete
The trigger is activated whenever removing a row from the table or removes an element from a nested table.
Update
The trigger is activated whenever changing a value in a row.