Description

commits the current transaction. All changes made by the transaction become visible to others and are guaranteed to be durable if a crash occurs.

WORK

Optional key words. They have no effect.

Notes

Use ROLLBACK to prematurely end a transaction.

To commit the current transaction and make all changes permanent:

Compatibility

The SQL standard only specifies the two forms and . Otherwise, this command is fully conforming.

Parent topic: SQL Commands