________ allows only committed data to be read and further requires that no other transaction is allowed to update it between two reads of a data item by a transaction.

________ allows only committed data to be read and further requires that no other transaction is allowed to update it between two reads of a data item by a transaction. Correct Answer Repeatable read

Repeatable read allows only committed data to be read and further requires that no other transaction is allowed to update it between two reads of a data item by a transaction. However, the transaction may not be serializable with respect to other transactions.

Related Questions

Consider the following schedule S of transactions T1, T2, T3, T4: T1 T2 T3 T4   Reads(X)         Writes(X) Commit   Writes(X)  Commit         Writes(Y) Reads(Z) Commit           Reads(X) Reads(Y) Commit   Which one of the following statements is CORRECT?