Q9Database Management System
Question
2 marks
Define Atomicity in ACID properties.
Answer
All or nothing execution of a transaction.
Atomicity ensures that all operations within a transaction are completed successfully; if any operation fails, the entire transaction is aborted and the database is rolled back to its previous state.