Question
What is a deadlock in the context of database operations?
Asked by: USER2571
57 Viewed
57 Answers
Answer (57)
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.