Adding a Trigger in database manager

The Database Manager Triggers tab allows the administrator to add a trigger definition to the database.

Note: 
  • Only the system administrator can access these features. These features are not available in Oracle environments.
  • You can also add or edit database triggers on the Table Triggers tab. For more information, see Adding or modifying a trigger definition

To add a Trigger:

  1. Select Administration > Database Manager on the navigation bar. Click the Triggers tab. The Triggers list view is displayed.
  2. Click New Trigger in the Task Pane. The Add Trigger window is displayed.
  3. Specify this information in the Add Trigger window:
    Definition
    The trigger SQL definition, including the trigger name.
    Note: 
    • The statement must be a CREATE trigger statement.
    • The trigger name must be unique.
  4. Click Execute.