SHOW SCHEMAS¶
Lists the table schemas of the database.
Table of contents
Description¶
SHOW SCHEMAS can be used to retrieve defined schema names of the database
in alphabetical order.
The same list can be fetched by querying the schema names from the
information_schema.schemata table.