What is ACID properties of transaction??
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Suraj Pandey 5 years, 4 months ago
- 1 answers
Related Questions
Posted by Simran Batra 1 year, 2 months ago
- 0 answers
Posted by Martina Sangchoju 1 year, 7 months ago
- 2 answers
Posted by Parth Chaudhary 1 year, 6 months ago
- 2 answers
Posted by Siya Vishwakarma 1 year, 4 months ago
- 1 answers
Posted by Prapti Dubey 1 year, 3 months ago
- 0 answers
Posted by Akib Chowdhury 1 year, 3 months ago
- 1 answers
Posted by Yashika Kakkar 1 year, 3 months ago
- 1 answers
Posted by Arifa Meharun 1 year, 1 month ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Yogita Ingle 5 years, 4 months ago
ACID properties of database transaction –
• Atomicity- Atomicity ensures either all-or-none operations of a transaction are carried out.
• Consistency-This property ensures that database remains in a consistent state before the start of transaction and after the transaction is over.
• Isolation-Isolation ensures that executing transaction execution in isolation i.e. is unaware of other transactions executing concurrently in the system.
• Durability-This property ensures that after the successful completion of a transaction i. e when a transaction COMMITs, the changes made by it to the database persist i.e. remain in the database irrespective of other failures.
1Thank You