de en es fr nl pl pt sv zh

rdbms

Relational Database transactions (ACID)

me@ahmed-ibrahim.com

What is the Database transaction? A transaction is a single logical unit of work which accesses and possibly modifies the contents of a database. Transactions access data using read and write operations. All types of database access operation which are held between the beginning and end...