In the context of concurrency control, a given pair of operations in a schedule is called conflict schedule if
(A) At least one of the operations is write operation
(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:
1
(A) and (B) only
2
(A), (B) and (C) only
3
(A), (C) and (D) only
4
(C) and (D) only