Home » MYSQL » MySQL Stored Functions » Question
  1. How many values can be returned from a given stored function?
    1. 3
    2. 2
    3. 1
    4. 0
    5. 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.



Your comments will be displayed only after manual approval.