Canceling changes

You may be a little concerned about all of the changes you have made to the Employees table. However, SQL allows you to undo all of these changes with one command:

ROLLBACK

The ROLLBACK statement

The ROLLBACK statement undoes all changes you have made to the database since the last time you made changes permanent (see COMMIT in the next section).