What is a MySQL stored procedure?
A permanent alternate name for a table with no executable statements.
A named set of SQL statements stored in the database and executed when called.
A routine that must run automatically on every table change and cannot be called explicitly.
A local text file that MySQL cannot store or execute by name.