2.2. COMMIT

2.2.1. Syntax

COMMIT [ WORK | TRANSACTION ]
WORK
Optional keyword. It has no effect.
TRANSACTION
Optional keyword. It has no effect.

2.2.2. Overview

COMMIT commits the current transaction. All changes made by the transaction become visible to others.

2.2.3. Compatibility

The SQL standard only specifies the two forms COMMIT and COMMIT WORK.

2.2.4. See Also