COMMIT Command

<< Click to Display Table of Contents >>

Navigation:  SQL Reference > SQL Commands >

COMMIT Command

Previous pageReturn to chapter overviewNext page

 

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.

__________________________
Absolute SQL Reference - 05 January 2023, Niels Knabe