How many values can be returned from a stored procedure?
3
2
1
0
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.