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