Display procedures visible in a schema.
Section: stored procedures and functions
List stored procedures
sql
sql
SHOW PROCEDURE STATUS WHERE Db = 'app_db';Explanation
Useful for inventorying existing routines during maintenance.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing stored procedures and functions