Difference between Serial schedule & Serializability (ADBMS)
What are the differences between Serial schedule and Serializability?
As i concerned, a schedule is said to be Serial if all the operation of transaction executes consicutively without any interference from other transaction. For ex. schedule1 is a serial schedule if in it only one transaction executes at any given time.
When a non-serial schedule produced the same result as serial schedule then,itis known as Serializability.
Can anyone elaborates these terms with real life examples?????😕
As i concerned, a schedule is said to be Serial if all the operation of transaction executes consicutively without any interference from other transaction. For ex. schedule1 is a serial schedule if in it only one transaction executes at any given time.
When a non-serial schedule produced the same result as serial schedule then,itis known as Serializability.
Can anyone elaborates these terms with real life examples?????😕
0