Home » MYSQL » Mysql Setup » Question
  1. The number of values returned from a stored procedure can be _______________.
    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.