Home » MYSQL » Connection » Question
  1. A stored procedure is invoked using the statement __________.
    1. CALL
    2. RETURN
    3. SEE
    4. INVOKE
    5. None of these
Correct Option: A

In MySQL, a stored procedure is invoked using the CALL statement. A stored procedure does not have a return value but can modify its parameters. It also returns some result sets.



Your comments will be displayed only after manual approval.