SQL CommandsDDL CommandsTransactionROLLBACKOn this pageROLLBACKIntroduced or updated: v1.2.371 Undoes 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 ROLLBACK Examples See Examples.