COMP3311 Final Exam 20T3 |
The University of New South Wales COMP3311 Database Systems Final Exam 20T3 |
Database Systems |
Consider the following schedule resulting from the concurrent execution of three transactions:
T1: W(Y) W(X) T2: R(Y) W(X) T3: W(X)
Exercises:
Determine whether the schedule is conflict serializable.
Show your working (but you do not need to draw a precedence graph).
Determine whether the schedule is view serializable.
Show your working.
Instructions: