Entering content frame

Syntax documentation create_trigger_statement Locate the document in the library structure

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

 

Leaving content frame