COMMIT
======
Synopsis
--------
``` sql
COMMIT [ WORK ]
```
Description
-----------
Commit the current transaction.
Examples
COMMIT;
COMMIT WORK;
See Also
[ROLLBACK](./rollback.md), [START TRANSACTION](./start-transaction.md)