Difference between serial schedule and serializable schedule with example
Answers
Answered by
2
Explanation:
A serializable schedule always leaves the database in consistent state. ... A serial schedule doesn't allow concurrency, only one transaction executes at a time and the other starts when the already running transaction finished.
Similar questions