in Databases recategorized by
951 views
2 votes
2 votes

______ is NOT a part of the ACID properties

  1. Inconsistency
  2. Consistency
  3. Atomicity
  4. Isolation
in Databases recategorized by
by
951 views

3 Answers

1 vote
1 vote
A-Atomicity

C-Consistency

I-Isolation

D-Durability
0 votes
0 votes

ACID properties are as follows:

  • $A \rightarrow$ Atomicity means to execute all transactions or nothing.
  • $C \rightarrow$ Consistency implies the correctness of the database.
  • $ I \rightarrow$ Isolation means multiple transactions executed without inconsistency.
  • $D \rightarrow$ Durability means data must be recovered in any case of failure.

Option $(A)$ is wrong here. I stand for isolation, not inconsistency.

A similar kind of question was asked in the Gate 2016 set 1

 

edited by
0 votes
0 votes
Atomicity , consistency , isolation and durability are properties so answer is A. inconsistency is not a propety of transaction
Answer:

Related questions