How many values can be returned from a given stored function?
How many values can be returned from a given stored function? Correct Answer 1
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.
মোঃ আরিফুল ইসলাম
Feb 20, 2025