Introduction

A trigger is procedure associated with a table that is executed (i.e., fired) whenever that table is modified by the execution of an INSERT, UPDATE, or DELETE statement or by a call to a RaimaDB Core Cursor API function that inserts, updates, or deletes a row from a database. Triggers are specified using SQL and those trigger features implemented in RaimaDB as described below conform to the SQL standard.