Q. Which statement issues a lock on tables?
β
Correct Answer: (C)
LOCK TABLES
Explanation: This question is about how you control access to data in a MySQL database. Think of it like a library - you need to check out a book before you can read it. In MySQL, you need to "lock" a table before you can make changes to it.