Assuming that transactions receive shared locks to read database objects, exclusive locks to write database objects, and release locks when they commit or are aborted, consider the following schedule based on the wait-die strategy:
Tl R(A)
T2
T3
RCC) R(B)
R(B)
W(C)
W(B)
W(A)
W(A)
Describe DBMS actions.