Database-Management-System
August 29, 2024Database-Management-System
August 29, 2024Database-Management-System
|
Question 392
|
Consider a schedule generated by the execution of several SQL transactions, each of which has READ ONLY access-mode. Which of the following is guaranteed?
|
Conflict-serializable
|
|
|
Serializable
|
|
|
Recoverable
|
|
|
All the given options
|
Question 392 Explanation:
Since there is no WRITE operation so no conflicts will be there, hence all the given options are correct.
Correct Answer: D
Question 392 Explanation:
Since there is no WRITE operation so no conflicts will be there, hence all the given options are correct.
