What is the situation called when two or more transactions are permanently blocked, each waiting for a lock held by the other transaction to be released? MCQ with Answer and Explanation
What is the situation called when two or more transactions are permanently blocked, each waiting for a lock held by the other transaction to be released?
A. Starvation
B. Deadlock
C. Isolation failure
D. Concurrency
Answer: Option B
Solution (By JKSSB Mock Tests)
A Deadlock occurs when two or more transactions are stuck in a circular dependency, each waiting for resources locked by the other, preventing progress.
Explanation:
Second Normal Form (2NF) eliminates partial dependencies by ensuring all non-key attributes are fully functionally dependent on the entire primary key.
No comments yet. Be the first to start the discussion!