Home » MYSQL » Mysql Compound Statements » Question
  1. Which of these return a result to the client?
    1. Stored procedures
    2. Events
    3. Stored functions
    4. Triggers
    5. None of these
Correct Option: C

Stored functions return a result from a calculation and can be used in expressions. Stored procedures do not return a result directly but can be used to perform general computations.



Your comments will be displayed only after manual approval.