Home » MYSQL » MySQL Database Operations » Question
  1. The higher priority is ______________.
    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.