Home » MYSQL » MySQL Database Operations » Question
  1. How is a stored procedure invoked?
    1. SEE
    2. RETURN
    3. CALL
    4. INVOKE
    5. None of these
Correct Option: C

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.