Question 1: Give an example where strict 2 phase locking is followed but the resulting schedule leads to deadlock. Explain why the 2PL being followed here is strict, and explain why there is deadlock.
Question 2: Give an example where conservative 2 phase locking is followed but the resulting schedule is not strict. Explain why the 2PL being followed here is conservative, and explain why the resulting schedule is not strict.