-
The higher priority is ______________.
writes, reads
-
- same priority
- machine dependent
- writes
- reads
- None of these
Correct Option: C
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.