Question
Easy

In context of 2-phase locking protocol in DBMS, a transaction issues lock requests in _ phase and unlock requests in _ phase.

1
Growing, Shrinking
2
Shared, Exclusive
3
Wait, Wound
4
Explicit, Implicit
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option A
Explanation

The correct option is (1): The Two-Phase Locking (2PL) protocol is a fundamental concurrency control technique in Database Management Systems (DBMS) designed to ensure conflict serializability of transactions. The protocol is strictly divided into two consecutive stages. The first stage is correctly termed the Growing Phase (or Expanding Phase). During this phase, a transaction is permitted to obtain (issue requests for) any new locks it requires, such as Shared or…Read More