written 8.6 years ago by | • modified 8.6 years ago |
Mumbai University > Information Technology > Sem 3 > Database Management System
Marks: 2 M
Year: Dec 2014
written 8.6 years ago by | • modified 8.6 years ago |
Mumbai University > Information Technology > Sem 3 > Database Management System
Marks: 2 M
Year: Dec 2014
written 8.6 years ago by |
SCHEDULE:
A sequences of instructions that specify the chronological order in which instructions of concurrent transactions are executed.
A schedule for a set of transactions must consist of all instructions of those transactions. It must preserve the order in which the instructions appear in each individual transaction. A transaction that successfully completes its execution will have a commit instructions as the last statement (will be omitted if it is obvious). A transaction that fails to successfully complete its execution will have an abort instructions as the last statement (will be omitted if it is obvious).
Example: