-
Which of these has higher priority?
writes, reads
-
- reads
- same priority
- machine dependent
- writes
- None of these
Correct Option: D
A client performing an operation that modifies a table is a writer and the client that performs a retrieval from the table is a reader. The writes have higher priority than reads.