How many values can be returned from a stored procedure?
A. 0
B. 1
C. 2
D. 3
Answer: Option A
Solution (By Examveda Team)
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.A stored procedure can return multiple values. Think of it like a function in programming that can give you back different pieces of information.
The question is asking how many values a stored procedure can return. The answer is none of the above. A stored procedure can return more than 3 values. It's not limited to a specific number.
So, the correct answer is None of the above.

Join The Discussion