-
How many values can be returned from a given stored function?
-
- 3
- 2
- 1
- 0
- None of these
Correct Option: C
In MySQL, the stored function cannot return multiple values. Instead, multiple stored functions can be written and invoked from within a single statement however. They are different from stored procedures.