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 mentionedI have been asked this question in semester exam.My question is based upon Deadlock Handling in chapter Concurrency Control of RDBMS |
|
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 |
|