Advertisements
Advertisements
Question
What are the ACID properties?
Answer in Brief
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 the use of legends in a chart?
Write the steps to filter a table.
Queries are used to ____________ information from database.
A tuple is also known as ______
What is the difference between the Select and Project commands?
Explain on Evolution of DBMS.
List the components of storage manager.
Which of the following is not a real-life application of database?
Give the term for the following:
DBMS creates a file that contains a description of the data stored in the database.
Differentiate between Database state and database schema.