MySQL Stored Functions
- To produce a stored function, which statement is used?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
The ‘CREATE FUNCTION’ statement is used to create a stored function in MySQL. The ‘CREATE PROCEDURE’ statement is used to create a stored procedure instead, from which values are not returned.