InterviewSolution
Saved Bookmarks
| 1. |
A transaction that performs only one operation is called as a _________(a) Partial schedule(b) Complete schedule(c) Dependent schedule(d) Independent schedule |
|
Answer» Right answer is (a) Partial schedule To elaborate: A transaction that performs only one operation is called as a partial schedule because we don’t include commit or rollback operations on them. |
|