Data modelling - Concept
Deadlock
(Database / computing)
A situation where two operations each wait for the other to release something they need
What's it for?
To describe a concurrency failure that must be prevented or resolved so processing can continue.