You may be a little concerned about all of the changes you have made to the employee table. However, SQL allows you to undo all of these changes with one command:
ROLLBACK
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).