Command ROLLBACK Foundation
Cancels all changes made in the current transaction.
ROLLBACK
ROLLBACK reverses all changes made in the current transaction. If the transaction is nested, only the changes performed since the last BEGIN TRANSACTION are reversed.
All record or file locks set in a transaction are released.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.