Commit is a TCL command which is used to make database transaction permanent. once the data is commited it can't be rollbacked.
COMMIT makes permanent the changes resulting from all SQL statements in the transaction. The changes made by the SQL statements of a transaction become visible to other user sessions transactions that start only after transaction is committed.