Home » MYSQL » Access Control for MySQL Stored Programs and Views » Question
  1. The locking statements LOCK TABLES and UNLOCK TABLES are not permitted in stored routines.
    1. False
    2. True
    3. NA
    4. NA
    5. 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.



Your comments will be displayed only after manual approval.