Multiple choice

Consider the following schedules involving two transactions. Which one of the following statements is TRUE?

S1 : r1 (X); r1 (Y); r2 (X); r2 (Y); w2 (Y); W1 (X) S2 : r1 (X); r2 (Y); r2 (X); w2 (Y); r1 (Y); W1 (X)

  1. Both S1 and S2 are conflict serializable.

  2. S1 is conflict serializable and S2 is not conflict serializable.

  3. S1 is not conflict serializable and S2 is conflict serializable.

  4. Both S1 and S2 are not conflict serializable.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation