InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by deadlock DBMS? |
|
Answer» A deadlock condition occurs when ONE task is waiting for the other work to leave the resource which it has a hold. In this current situation, none of the functions gets completed, and the work is always in the waiting state. 9. Explain the NECESSARY TECHNIQUES to control deadlocks?There are 3 methods by which deadlocks can be handled:-
|
|