Q. Which privilege must be given to the database to create a stored function or procedure?
β
Correct Answer: (A)
CREATE ROUTINE
Explanation: This question asks about the specific privilege required to create stored functions and procedures in MySQL. Stored functions and procedures are like reusable blocks of code that you can call to perform specific tasks within your database.