-
Which of these return a result to the client?
-
- Stored procedures
- Events
- Stored functions
- Triggers
- 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.