
Transaction
·
Computer Science/Database
A transaction in a database refers to a unit of work that performs a single logical function,which is a group of multiple queries bundled together.In databases, a transaction is a series of operations or queries that form a single logical unit of work.These operations ensure the database remains consistent by following the ACID properties:AtomicityConsistencyIsolationDurabilityAtomicity (원자성)Ato..