-
How many of the following can be used in stored functions?
PREPARE, EXECUTE, DEALLOCATE PREPARE
-
- 3
- 2
- 1
- 0
- 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.