Q. Which statement is used to produce a stored function?
β
Correct Answer: (B)
Null
Explanation: This question is asking about how you create a stored function in MySQL. A stored function is like a mini-program that you can store in your database and call whenever you need it. It's a way to make your database code more organized and reusable.