1.

The locking statements LOCK TABLES and UNLOCK TABLES are not permitted in stored routines.(a) True(b) FalseThe question was posed to me in a national level competition.My question is based upon Security for Stored Programs and Views in section Stored Programs of MySQL

Answer»

Right answer is (a) True

The best explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions