difference between Show and Use in mysql
Answers
Answered by
0
Answer:
SHOW FUNCTIONS displays all functions in the database. By default, both system functions and user-defined functions appear in the output. If IN schemaName is specified, then only the functions in the specified schema are displayed. SHOW INDEXES displays all the indexes in the database.
Similar questions