RTUComputer ScienceYr 2024 · Sem 42024

Q10Database Management System

Question

2 marks

What is a Deadlock in DBMS?

Answer

Two or more transactions waiting for each other indefinitely.

Deadlock is a state in which two or more transactions are stuck in a circular wait, where each transaction is waiting for a resource held by another transaction in the cycle.

Back to Paper