The collation_character_set_applicability view provides information about character sets to which available collations are applicable.
| Column name | Data type | Description |
|---|---|---|
collation_catalog |
sql_identifier |
The name of the current database containing the collation. |
collation_schema |
sql_identifier |
The name of the schema containing the collation. |
collation_name |
sql_identifier |
The name of the default collation. |
character_set_catalog |
sql_identifier |
Character sets are currently not implemented as schema objects. The column value is NULL. |
character_set_schema |
sql_identifier |
Character sets are currently not implemented as schema objects. The column value is NULL. |
character_set_name |
sql_identifier |
The name of the character set. |