Exercise 10.2, p. 695.
Exercise 10.x1: For each of the following histories, is it serializable? If so, say what orderings of the transactions would produce valid serial histories:
R1(A) W1(C) R2(B) W2(A) R1(D) W1(B) C1 C2
R1(D) R2(A) W2(C) R1(C) W1(A) R2(D) W2(B) C1 C2
R1(A) R2(A) R2(C) R3(C)R3(B) R1(B) C1 C2 C3
W1(A) W2(A) W2(C) W3(C) W3(B) W1(B) C1 C2 C3
R1(A) R2(B) W1(A) W1(B) R3(A) W3(B) C1 C2 C3
Exercise 10.6, p. 696.