adplus-dvertising
frame-decoration

Question

In timestamp ordering protocol, suppose that the transaction Ti issues read(Q) and TS(Ti)<W-timestamp(Q), then

a.

Read operation is executed

b.

Read operation is rejected

c.

Write operation is executed

d.

Write operation is rejected

Posted under Concurrency Control DBMS

Answer: (b).Read operation is rejected

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In timestamp ordering protocol, suppose that the transaction Ti issues read(Q) and TS(Ti)<W-timestamp(Q), then

Similar Questions

Discover Related MCQs

Q. In timestamp ordering protocol, suppose that the transaction Ti issues write(Q) and TS(Ti)<W-timestamp(Q), then

Q. The _________ requires each transaction executes in two or three different phases in its lifetime

Q. During __________ phase, the system reads data and stores them in variables local to the transaction.

Q. During the _________ phase the validation test is applied to the transaction

Q. During the _______ phase, the local variables that hold the write operations are copied to the database

Q. Read only operations omit the _______ phase

Q. Which of the following timestamp is used to record the time at which the transaction started execution?

Q. Which of the following timestamps is used to record the time when a transaction has finished its read phase?

Q. Which of the following timestamps is used to record the time when a database has completed its write operation?

Q. State true or false: Locking and timestamp ordering force a wait or rollback whenever a conflict is detected.

Q. State true or false: We determine the serializability order of validation protocol by the validation ordering technique

Q. In _______ schemes, each write operation creates a new version of Q

Q. If the first update is overwritten by a second, it is called as a _______ update

Q. State true or false: Snapshot isolation prevents lost updates

Q. Which of the following is a variant of snapshot isolation

Q. Under ________ the system uses locking mechanism that applies only to updates

Q. The situation in which each pair of transactions has read a data written by the other, but there is no data written by the transactions is called as _______

Q. Oracle uses __________ for the serializable isolation level

Q. State true or false: Snapshot isolation has low overhead

Q. In ________ no two aborts occur unless two concurrent transactions update the same data item.