commit
Successfully end a transaction by accepting all changes to the database since
the beginning of the transaction. When the transaction is committed, all open
database cursors (except hold cursors) are closed and all locks are released.
The COMMIT WORK statement commits the current transaction.
See also cursor, log, roll back, transaction.