commit

A command you execute in Banner that saves changes or updates you've made to the information. After you use COMMIT in Banner, you cannot undo your changes, unless you write some SQL code that changes the data back and then commits the new change). Before the commit occurs, you can undo your update or change using the ROLLBACK command.

Some commands have an automatic commit built in. Examples of commands that automatically commit your changes are ALTER, CREATE, DROP, and RENAME.