Home » MYSQL » MySQL Scheduling and Locking Issues » Question
  1. Reading from a table does not change it.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

Reading does not change the table. There is no reason one reader should prevent another from accessing the table. So a read lock enables other clients to read the table at the same time.



Your comments will be displayed only after manual approval.