Question:

Which is not a desirable property for a database transaction?

Show Hint

Remember ACID: Atomicity, Consistency, Isolation, Durability — key to reliable database transactions.
Updated On: May 26, 2025
  • Atomicity
  • Isolation
  • Integrity
  • Durability
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

The four desirable properties of a database transaction are collectively known as ACID: Atomicity, Consistency, Isolation, and Durability.
Integrity is a database constraint and not part of the ACID properties.
Was this answer helpful?
0
0