AI Features

Transactions

Learn to keep the database state consistent by creating and running transactions.

A transaction is a set of commands executed as a single unit. If one of the commands fails, the whole transaction is canceled and no changes are applied to the database. Transactions are irreplaceable when we have several commands ...