InterviewSolution
Saved Bookmarks
| 1. |
When the transaction finishes the final statement the transaction enters into(a) Active state(b) Committed state(c) Partially committed state(d) Abort stateThis question was addressed to me by my school principal while I was bunking the class.This question is from Transaction Atomicity and Durability topic in division Transactions of Database Management |
|
Answer» RIGHT answer is (c) PARTIALLY committed state To explain: The commit STATEMENT has to be issued to ENTER into committed state. |
|