SQL CommandsDDL CommandsTransactionCOMMITOn this pageCOMMITIntroduced or updated: v1.2.371 Saves all changes made during a transaction. BEGIN and COMMIT/ROLLBACK must be used together to start and then either save or undo a transaction. Syntax COMMIT Examples See Examples.