schemata
schemata provides information about databases.
The following fields are provided in schemata:
| Field | Description | 
|---|---|
| CATALOG_NAME | The name of the catalog to which the schema belongs. This value is always NULL. | 
| SCHEMA_NAME | The name of the schema. | 
| DEFAULT_CHARACTER_SET_NAME | The schema default character set. | 
| DEFAULT_COLLATION_NAME | The schema default collation. | 
| SQL_PATH | This value is always NULL. |