Back to Developer Roadmap

Transactions

src/data/roadmaps/computer-science/content/[email protected]

4.0519 B
Original Source

Transactions

In short, a database transaction is a sequence of multiple operations performed on a database, and all served as a single logical unit of work — taking place wholly or not at all. In other words, there's never a case where only half of the operations are performed and the results saved.

Visit the following resources to learn more: