Home » MYSQL » MySQL Access Control and Security » Question
  1. How is a stored procedure invoked?
    1. CALL
    2. RETURN
    3. INVOKE
    4. SEE
    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.