Computer Science, asked by Kamalchaudhary52401, 11 months ago

How serilizability is used to enforce concurrency control in data base?

Answers

Answered by itzBrainlyBoy
1

Answer:

Serializability is the classical concurrency scheme. It ensures that a schedule for executing concurrent transactions is equivalent to one that executes the transactions serially in some order. It assumes that all accesses to the database are done using read and write operations...

#⃣#⃣#⃣

Answered by Anonymous
0

Answer:

Serializability is the classical concurrency scheme. It ensures that a schedule for executing concurrent transactions is equivalent to one that executes the transactions serially in some order. It assumes that all accesses to the database are done using read and write operations

Similar questions