Vidyalelo
MySQL · Q258

MySQL

Programming · MySQL · question 258

Q258

How many values can be returned from a stored procedure?

A.
0
Answer
B.
1
C.
2
D.
3

Answer: Option A

Solution

Answer: Option A
Solution:
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.