What stands C in ACID properties ?

What stands C in ACID properties ?
| What stands C in ACID properties ?

A. Concurrency

B. Correctness

C. Consistency

D. Cumulative 

Please scroll down to see the correct answer and solution guide.

Right Answer is: C

SOLUTION

The ACID Properties are –

  • Atomicity: either all operations succeed or all of them fail
  • Consistency: the database is changed from one consistent state to another consistent state
  • Isolation: no transaction interfere other transactions in the middle
  • Durability: operations of successful transactions must persist