Updated on 2023-12-13 GMT+08:00

Creating a Trigger

This section describes how to create a trigger on the DAS console. A trigger is a set of SQL statements stored in the database catalog. Whenever an event associated with a table occurs, a SQL trigger is executed or fired to insert, update, or delete data.

Procedure

  1. Log in to the management console.
  2. Click in the upper left corner and select a region and project.
  3. Click in the upper left corner, and under Databases, click Data Admin Service.
  4. In the navigation pane on the left, choose Development Tool.

    You can also click Go to Development Tool on the overview page.

  5. Locate the DB instance that you want to log in to and click Log In in the Operation column.
  6. On the top menu bar, choose Database Management.
  7. In the upper area of the page, click Change on the right of the current database to switch to the database where you want to create a trigger.

    Figure 1 Switching to the database where you want to create a trigger

  8. On the displayed Objects page, choose Db Triggers. In the upper left corner of the page, click Create Trigger.

    Figure 2 Creating a trigger

  9. On the displayed page, click Set Template Parameter.
  10. In the displayed dialog box, set parameters and click OK.

    Figure 3 Setting template parameters

  11. Edit the content and click Save.