0 votes
in DBMS by
What is deadlock in DBMS? How can it be avoided in DBMS? How can it be resolved once

it occurs in DBMS?

1 Answer

0 votes
by

Deadlock occurs when two transactions are each waiting on a resource that the other

transaction holds. Deadlock can be prevented by requiring transactions to acquire all

locks at the same time; once it occurs, the only way to cure it is to abort one of the

transactions and back out of partially completed work.

Related questions

0 votes
asked Jan 11 in C Plus Plus by GeorgeBell
+1 vote
asked May 22, 2021 in Data Analytics by rajeshsharma
...