Home » MYSQL » Access Control for MySQL Stored Programs and Views » Question
  1. How many of the following can be used in stored functions?
    PREPARE, EXECUTE, DEALLOCATE PREPARE
    1. 3
    2. 2
    3. 1
    4. 0
    5. None of these
Correct Option: D

In MySQL, the SQL prepared statements: PREPARE, EXECUTE and DEALLOCATE PREPARE can be used in the stored procedures. They cannot be stored in the stored functions or triggers.



Your comments will be displayed only after manual approval.