COMMIT Command
Previous  Top  Next



The COMMIT commits the current transaction.

Syntax

COMMIT [WORK] [FLUSH]

Description

Use the COMMIT statement to commit a transaction. WORK has no special sense and is supported for compatibility with SQL standards only.

FLUSH keyword specifies that data changes sholud be flushed to disk immediately after the commit operation.