In Oracle, what is the purpose of the 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 Oracle.