COMMIT

COMMIT – commit the current transaction

COMMIT ;

Commit the current transaction:

Copy
COMMIT;

COMMIT commits the current transaction. All changes made by the transaction become visible to others and are guaranteed to be durable if a crash occurs.

Light
Dark
System