The______ command is used to list the names of all the procedures.
Answers
Answered by
0
Answer:
oredered command is been requested
Answered by
0
The SHOW PROCEDURE STATUS command is used to list the names of all the procedures.
- We can conveniently list all procedures in MySQL using the SHOW PROCEDURE command.
- The syntax of the SHOW PROCEDURE statement is as follows.
--> SHOW PROCEDURE STATUS [LIKE 'pattern' | WHERE search_condition]
- Many attributes of stored procedures are returned by the aforementioned statement, including their database, name, modification date, creation date, and so forth.
- It will, however, show all procedures as we have already access to it.
Similar questions