Q. How is a stored procedure invoked?
β
Correct Answer: (C)
CALL
Explanation: This question is asking about how you "run" or "execute" a stored procedure in MySQL. Stored procedures are like little programs that you write to perform specific tasks in your database.