Home » MYSQL » MySQL Scheduling and Locking Issues » Question
  1. Which statement issues a lock on tables?
    1. ISSUE LOCKS
    2. LOCK TABLES
    3. ISSUE LOCK
    4. LOCK ISSUE
    5. None of these
Correct Option: B

Locks can be acquired and released explicitly by issuing LOCK TABLES and UNLOCK TABLES statements. Normally the server’s lock manager automatically acquires locks as necessary and releases them when they no longer are needed.



Your comments will be displayed only after manual approval.