Home » MYSQL » MySQL Scheduling and Locking Issues » Question
  1. Which of these has higher priority?
    writes, reads
    1. reads
    2. same priority
    3. machine dependent
    4. writes
    5. 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.



Your comments will be displayed only after manual approval.