SAP Interview Question

What are the ACID properties of a Database?

Interview Answer

Anonymous

Jan 4, 2018

ACID Properties. A transaction is a very small unit of a program and it may contain several lowlevel tasks. A transaction in a database system must maintain Atomicity, Consistency, Isolation, and Durability − commonly known as ACID properties − in order to ensure accuracy, completeness, and data integrity.