The COMMIT command ends the current transaction and makes all changes that occurred during the transaction permanent and visible to other users.
Syntax
COMMIT [ WORK | TRANSACTION ]
Semantics
WORK TRANSACTION |
have no effect; they are optional keywords for readability. |
SQL Language References