Updated on 2025-03-24 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. Click in the upper left corner and select a region and project.
  2. Click in the upper left corner, and under Databases, click Data Admin Service.
  3. In the navigation pane on the left, choose Development Tool.
  4. Locate the DB instance that you want to log in to and click Log In in the Operation column.
  5. On the top menu bar, choose Database Management.
  6. On the displayed Objects page, choose Triggers. In the upper left corner of the page, click Create Trigger.
  7. On the displayed page, set required parameters and edit trigger definition statements. Then, click Create.
  8. In the displayed dialog box, click Execute.