InterviewSolution
Saved Bookmarks
| 1. |
Which statement issues a lock on tables?(a) ISSUE LOCK(b) LOCK ISSUE(c) LOCK TABLES(d) ISSUE LOCKSI had been asked this question during an online exam.Question is from Scheduling and Locking Issues topic in section Query Optimization of MySQL |
|
Answer» Right choice is (c) LOCK TABLES |
|