Question
Easy

In context of deadlock prevention in DBMS, wait-die and wound-wait schemes are ...... techniques.

1
both preemptive
2
both non-preemptive
3
preemptive and non-preemptive respectively
4
non-preemptive and preemptive respectively
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option D
Explanation

The correct option is (4): The Wait-Die and Wound-Wait schemes are crucial deadlock prevention techniques in a Database Management System (DBMS) that use timestamps to enforce a strict ordering on transactions, thereby preventing the circular wait condition. The key difference lies in whether a resource is forcibly taken from its current holder, which defines preemption. The Wait-Die scheme is non-preemptive. When an older transaction $T\_i$ requests a resource held by…Read More