recategorized by
427 views
1 votes
1 votes

Which of the following scenarios may lead to an irrecoverable error in a database system?

  1. A transaction writes a data item after it is read by an uncommitted transaction
  2. A transaction reads a data item after it is read by an uncommitted transaction
  3. A transaction reads a data item after it is written by a committed transaction
  4. A transaction reads a data item after it is written by an uncommitted transaction
recategorized by

1 Answer

0 votes
0 votes

The standard Definition of irrecoverability is that a Transaction reads a data item that is written by an Uncommitted Transaction. 

Answer: Option D

Answer:

Related questions

1 votes
1 votes
1 answer
1
gatecse asked Dec 9, 2020
531 views
$(<\text{ALL})$ comparison operator means:more than the maximum value in the subqueryless than the minimum value in the subqueryis equivalent to $\text{IN}$none of the op...
2 votes
2 votes
1 answer
3
1 votes
1 votes
1 answer
4
gatecse asked Dec 9, 2020
474 views
Anomalies are avoided by splitting the offending relation into multiple relations, is also known as __________.AccupressureDecompositionPrecompositionBoth decomposition &...