InterviewSolution
Saved Bookmarks
| 1. |
A transaction may not always complete its execution successfully. Such a transaction is termed(a) Aborted(b) Terminated(c) Closed(d) All of the mentionedI got this question in an interview for internship.Question is from Transaction Atomicity and Durability in portion Transactions of Database Management |
|
Answer» CORRECT ANSWER is (a) Aborted Easy explanation - If we are to ENSURE the ATOMICITY property, an aborted transaction must have no effect on the state of the DATABASE. |
|