Syntax documentationcreate_trigger_statement Locate this document in the navigation structure

Syntax Syntax

  1. <create_trigger_statement> ::=
      CREATE TRIGGER <trigger_name> FOR <table_name> AFTER <trigger_event>,...
        EXECUTE (<routine>) [WHENEVER <search_condition>]
End of the code.