Procedure Data Dictionary « Procedure Function « SQL / MySQL






1.Viewing Stored Procedures
2.Viewing Stored Procedures with a LIKE clause
3.To get more details on a stored procedure, use the SHOW CREATE PROCEDURE statement
4.Use SELECT statement to access on the proc table in the mysql database
5.Show the procedure's database, name, language, security type, parameter list, body, definer, comment, and other information