Examveda
Examveda

The locking statements LOCK TABLES and UNLOCK TABLES are not permitted in stored routines.

A. True

B. False

Answer: Option A

Solution(By Examveda Team)

In MySQL, locking statements such as LOCK TABLES and UNLOCK TABLES are used to control access to tables, preventing other sessions from modifying them while the lock is held. We need to determine whether these locking statements are permitted in stored routines.

The correct answer is Option A: True.

This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous