Answer:
Condition of Deadlock
Explanation:
Deadlock is a condition or a situation which occurs or happens when there are multiple locks waiting to happen in such a way or a manner that none of the users could perform any work.
Therefore, the deadlock condition happens or occurs when 2 or more transactions are waiting for each other to unlock the data.
For example, The first and the second user, both of them lock some data, them each of them trying to access the each other data which is locked. So, both of them waiting for each other to unlock, this situation is deadlock.