Advertisements
Advertisements
Question
What are the ACID properties?
Answer in Brief
Advertisements
Solution
- The acronym stands for Atomicity, Consistency, Isolation and Durability. Atomicity follows the thumb rule “All or Nothing” while updating the data in the database for the user performing the update operation.
- Consistency ensures that the changes in data value to be constant at any given instance. Isolation property is needed during concurrent action.
- Durability is defined as the system’s ability to recover all committed actions during the failure of storage or the system.
shaalaa.com
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
What is meant by cell address?
Give the full form of SQL.
What is the use of legends in a chart?
What is the difference between .importing and exporting of a database?
Write the steps to filter a table.
Define database
What is the acronym of DBMS?
Explain on Evolution of DBMS.
Give the term for the following:
DBMS creates a file that contains a description of the data stored in the database.
Why is database testing important?
