Q. How many values can be returned from a stored procedure?
β
Correct Answer: (A)
0
Explanation: This question is about stored procedures in MySQL. A stored procedure is like a mini-program you store in the database that can be called to perform specific tasks.