What is a database deadlock?
Q1. What is a database deadlock?
Answer: A situation where two or more transactions are blocked, waiting for each other to release resources
Explanation: A database deadlock occurs when two or more transactions are blocked, waiting for each other to release resources, resulting in a standoff.