Home » MYSQL » Access Control for MySQL Stored Programs and Views » Question
  1. A stored procedure is invoked using the statement __________.
    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.