Rolls back an explicit or implicit transaction to its beginning or a savepoint within the transaction. ROLLBACK TRANSACTION can be used to undo all data changes made since the start of the transaction or to a savepoint. It also releases the transaction’s resources.
Vishalini.R Answered question July 6, 2023
