What is a deadlock in the context of database operations?

Responsive Ad Header

Question

Grade: Education Subject: Support
What is a deadlock in the context of database operations?
Asked by:
57 Viewed 57 Answers

Answer (57)

Best Answer
(192)
A deadlock occurs when two or more transactions are blocked indefinitely, waiting for each other to release resources. This prevents either transaction from completing its intended operation.