Column name
|
Data type
|
Description
|
| CAT_NAME |
VARCHAR(128) |
The name of the catalog containing the schema. |
| SCHEM_NAME |
VARCHAR(128) |
The name of the schema. |
| SCHEM_OWNER |
VARCHAR(128) |
The name of the ident who created the schema. |
| DEF_CHAR_SET _CAT |
VARCHAR(128) |
The name of the catalog that contains the default character set for the schema. |
| DEF_CHAR_SET _SCHEM |
VARCHAR(128) |
The name of the schema that contains the default character set for the schema. |
| DEF_CHAR_SET _NAME |
VARCHAR(128) |
The name of the default character set for the schema. |
| REMARKS |
VARCHAR(254) |
May contain descriptive information about the table. |