MySQL Stored Functions


  1. To produce a stored function, which statement is used?











  1. 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.