πŸ“Š MySQL
Q. Which statement issues a lock on tables?
  • (A) ISSUE LOCK
  • (B) LOCK ISSUE
  • (C) LOCK TABLES
  • (D) ISSUE LOCKS
πŸ’¬ Discuss
βœ… 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.

Explanation by: Neelam Mittal
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
112
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Neelam Mittal
Publisher
πŸ“ˆ
91%
Success Rate