Database Management Systems (DBMS)
Choose the correct description of ACID properties.
- A. A set of properties (Atomicity, Consistency, Isolation, Durability) that guarantee reliable database transactions. ✓
- B. An SQL operation that combines rows from two or more tables based on a related column.
- C. A database structure that improves the speed of data retrieval operations on a table.
- D. A column or set of columns that uniquely identifies each row in a database table.
Correct answer
A. A set of properties (Atomicity, Consistency, Isolation, Durability) that guarantee reliable database transactions.
Explanation
ACID properties refers to a set of properties (Atomicity, Consistency, Isolation, Durability) that guarantee reliable database transactions.