A single or compound statement that performs the handler action.
A single statement can be any one of the following:
- Any standard SQL statement, including dynamic SQL, supported by SQL procedures.
- Any SQL control statement.
The following are not valid as a single statement for handler_action_statement:
- Local variables
- Cursors
- Handler declarations