Home » MYSQL » MySQL Stored Procedures » Question
  1. How many values can be returned from a stored procedure?
    1. 3
    2. 2
    3. 1
    4. 0
    5. None of these
Correct Option: D

In MySQL, unlike the stored functions, the stored procedures cannot return values. They can be used to perform calculations or produce the result sets passed back to the clients.



Your comments will be displayed only after manual approval.