Which of these return a result to the client?
(a) Stored functions
(b) Stored procedures
(c) Triggers
(d) Events
(a) Stored functions
(b) Stored procedures
(c) Triggers
(d) Events
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Correct option is (a) Stored functions
Easy explanation: 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.