Database-Management-System

December 10, 2023

Database-Management-System

December 10, 2023

Database-Management-System

December 10, 2023

Database-Management-System

December 10, 2023

Transactions

Question 58
A lock which required is not acquired by database engine is:
A
Row lock
B
Page lock
C
Table lock
D
Attribute lock
Question 58 Explanation: 
→ Each transaction requests locks of different types on the resources, such as rows, pages, or tables, on which the transaction is dependent.
→ The locks block other transactions from modifying the resources in a way that would cause problems for the transaction requesting the lock.
→ Each transaction frees its locks when it no longer has a dependency on the locked resources.
Correct Answer: D
Question 58 Explanation: 
→ Each transaction requests locks of different types on the resources, such as rows, pages, or tables, on which the transaction is dependent.
→ The locks block other transactions from modifying the resources in a way that would cause problems for the transaction requesting the lock.
→ Each transaction frees its locks when it no longer has a dependency on the locked resources.

Leave a Reply

Your email address will not be published. Required fields are marked *