MySQL Stored procedure Tutorial (no replies)
(MySQL.com) Introduction to SQL Stored Procedures
Definition of stored procedure
A stored procedure, by definition, is a segment of declarative SQL code which is stored in the database catalog and can be invoked later by a program, a trigger or even a store