schemata
Overview
View information related to the database.
Database
information_schema
Table Information
| Column Name | Type | Description |
|---|---|---|
| CATALOG_NAME | varchar(512) | The name of the Catalog |
| SCHEMA_NAME | varchar(32) | The name of the Database |
| DEFAULT_CHARACTER_SET_NAME | varchar(32) | For compatibility with MySQL only, no actual function |
| DEFAULT_COLLATION_NAME | varchar(32) | For compatibility with MySQL only, no actual function |
| SQL_PATH | varchar(512) | For compatibility with MySQL only, no actual function |
| DEFAULT_ENCRYPTION | varchar(3) | For compatibility with MySQL only, no actual function |