InterviewSolution
Saved Bookmarks
| 1. |
What is serializability in database ? |
|
Answer» tion:Serializability is a CONCURRENCY scheme where the concurrent transaction is EQUIVALENT to one that executes the transactions serially. A schedule is a LIST of transactions. Serial schedule defines each transaction is EXECUTED consecutively without any interference from other transactions. |
|