Question:medium

Which of the following is a conflict-serializable schedule?

Show Hint

Conflict serializability is a sufficient condition for consistency. If a schedule is conflict serializable, it is guaranteed not to have any concurrency anomalies like lost updates or dirty reads.
Updated On: Jul 4, 2026
  • One that is equivalent to some serial schedule.
  • One that uses only shared locks.
  • One that results in a deadlock.
  • One where all write operations occur at the end.
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0