1.

Reading from a table does not change it.(a) True(b) FalseI have been asked this question in homework.Enquiry is from Scheduling and Locking Issues topic in portion Query Optimization of MySQL

Answer»

The correct option is (a) True

For explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions