Home » MYSQL » Mysql miscellaneous » Question
  1. What has higher priority?
    writes, reads
    1. same priority
    2. machine dependent
    3. writes
    4. reads
    5. 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.



Your comments will be displayed only after manual approval.