What is the purpose of the SQL Server ROLLBACK statement?
A. Save changes to the database
B. Undo changes made during the current transaction
C. Commit changes to the database
D. Delete records from the database
ROLLBACK is used to undo changes made during the current transaction in SQL Server.