4. SQL Statements : COMMIT
 
Share this page                  
COMMIT
Valid in: SQL, ESQL, OpenAPI, ODBC, JDBC, .NET
The COMMIT statement commits the current transaction.
This statement has the following format:
COMMIT [WORK]
Note:  The optional keyword WORK is included for compliance with the ISO and ANSI standards for SQL.