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

The SQL prepared statements, PREPARE, EXECUTE, DEALLOCATE PREPARE can be used in the stored procedures. They can however, not be stored in the stored functions or triggers.



Your comments will be displayed only after manual approval.