The locking statements LOCK TABLES and UNLOCK TABLES are not permitted in stored routines.
False
True
NA
NA
NA
Correct Option: B
In MySQL, the stored routines cannot contain arbitrary SQL statements. For example, the locking statements LOCK TABLES and UNLOCK TABLES are not permitted in the stored routines.