Database-Management-System
August 29, 2024
HCU PHD CS MAY 2016
August 29, 2024
Database-Management-System
August 29, 2024
HCU PHD CS MAY 2016
August 29, 2024

Database-Management-System

Question 293
The property which ensures “once a transaction completes successfully, the changes
it has made to databases persist, even if there are subsequent failures” is called
A
Atomicity
B
Consistency
C
Isolation
D
Durability
Question 293 Explanation: 
ACID properties in DBMS
Atomicity-This property states that a transaction must be treated as an atomic unit, that is, either all of its operations are executed or none.
Consistency-The database must remain in a consistent state after any transaction. No transaction should have any adverse effect on the data residing in the database. If the database was in a consistent state before the execution of a transaction, it must remain consistent after the execution of the transaction as well.
Isolation- In a database system where more than one transaction are being executed simultaneously and in parallel, the property of isolation states that all the transactions will be carried out and executed as if it is the only transaction in the system. No transaction will affect the existence of any other transaction.
Durability-The database should be durable enough to hold all its latest updates even if the system fails or restarts. If a transaction updates a chunk of data in a database and commits, then the database will hold the modified data. If a transaction commits but the system fails before the data could be written on to the disk, then that data will be updated once the system springs back into action.
Correct Answer: D
Question 293 Explanation: 
ACID properties in DBMS
Atomicity-This property states that a transaction must be treated as an atomic unit, that is, either all of its operations are executed or none.
Consistency-The database must remain in a consistent state after any transaction. No transaction should have any adverse effect on the data residing in the database. If the database was in a consistent state before the execution of a transaction, it must remain consistent after the execution of the transaction as well.
Isolation- In a database system where more than one transaction are being executed simultaneously and in parallel, the property of isolation states that all the transactions will be carried out and executed as if it is the only transaction in the system. No transaction will affect the existence of any other transaction.
Durability-The database should be durable enough to hold all its latest updates even if the system fails or restarts. If a transaction updates a chunk of data in a database and commits, then the database will hold the modified data. If a transaction commits but the system fails before the data could be written on to the disk, then that data will be updated once the system springs back into action.
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!