Q. Which statement terminates the execution of a function?
β
Correct Answer: (B)
RETURN
Explanation: This question is asking about how to stop a function from running in MySQL. Let's break down the options: