Commit
commit
– commit the current transaction
commit ;
Example
Commit the current transaction:
commit;
Description
The commit
command commits the current transaction. All changes made by the transaction become visible to others and are guaranteed to be durable if a crash occurs.
︙
See also |