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
State the significance of the following in DBMS :
(i) Forms
(ii) Reports
What is the acronym of DBMS?
Limitations of a file system can be resolved by ______.
A database ______ certain details about how data is actually stored and maintained.
Users can work on DBMS using ______.
Which of the following is not a real-life application of database?
______ is known as skeleton of database.
Constraints are used to ______.
Which is not a limitation of database?
Give the term for the following:
DBMS creates a file that contains a description of the data stored in the database.
