Commit command The Commit command issues a java.sql.Connection.commit request. Commit command

Use this command only if auto-commit is off. A java.sql.Connection.commit request commits the currently active transaction and initiates a new transaction.

Syntax COMMIT Example ij> commit; ij>