InterviewSolution
Saved Bookmarks
| 1. |
How do we generally recover from a deadlock?(a) By aborting all the transactions(b) By rolling back all the transactions(c) By rolling back only a selected number of transactions(d) None of the mentioned |
|
Answer» Right option is (c) By rolling back only a selected number of transactions Explanation: We generally recover from deadlocks by rolling back only a selected number of transactions |
|