...
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024

Transactions

Question 42
In the context of concurrency control, a given pair of operations in a schedule is called conflict schedule if
(A) At level one of the operations is write operations
(B) Both the operations are performed on the same data item.
(C) Both the operations are performed by different transactions.
(D) Both the operations are performed on different data items
Choose the correct answer from the options given below:
A
(A) and (B) only
B
(A), (B) and (C) only
C
(A), (C) and (D) only
D
(C) and (D) only
Question 42 Explanation: 
If you observe the problems given below then the reason behind their occurrence is having at least one write operation on the same data item by different transactions.


Correct Answer: B
Question 42 Explanation: 
If you observe the problems given below then the reason behind their occurrence is having at least one write operation on the same data item by different transactions.


Leave a Reply

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