BEGIN WORK |
Returns an error unless the database uses transaction logging.
A log record is produced if the transaction does some other logging work. |
COMMIT WORK |
Returns an error unless the database uses transaction logging.
A log record is produced if the transaction does some other logging work. |
EXECUTE |
Whether this statement generates a log record depends on
the command being executed. |
EXECUTE
FUNCTION |
Whether this statement generates a log record depends on
the function being executed. |
EXECUTE
IMMEDIATE |
Whether this statement generates a log record depends on
the command being executed. |
EXECUTE
PROCEDURE |
Whether this statement generates a log record depends on
the procedure being executed. |