COMMIT
•As app program is executing, it is “in a transaction”
•Program can execute COMMIT
–SQL command to finish the transaction successfully
–The next SQL statement will automatically start a new transaction
–