Home MCQs CSS Computer Science Question #1146
Back to Questions
CSS Computer Science QUESTION #1146
Question 1
What does the 'A' in ACID properties of a database stand for?
  • Availability
  • Atomicity✔️
  • Authentication
  • Accuracy
Correct Answer Explanation
Atomicity ensures that a transaction is treated as a single "unit," which either succeeds completely or fails completely.