Computer Science, asked by vishalmdk786, 1 day ago

difference between Show and Use in mysql​

Answers

Answered by baveshavarsha
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