InterviewSolution
Saved Bookmarks
| 1. |
A system is in a _______ state if there exists a set of transactions in which every transaction is waiting for another transaction in the set.(a) Deadlock(b) Starved(c) Isolated(d) None of the mentionedThis question was posed to me by my college director while I was bunking the class.This is a very interesting question from Deadlock Handling in chapter Concurrency Control of RDBMS |
|
Answer» The CORRECT CHOICE is (a) Deadlock |
|