Purpose
Displays the name of a schema, the storage format of the DATASET type associated with the schema, and the length of the schema. The length is listed in UNICODE characters.
Privileges
None.
Syntax
Syntax Elements
- storage_format
- Storage format of the DATASET type for the schema.
- SYSUDTLIB
- Database containing the schema.
- schema_name
- Name of the schema.
Example
This example displays the HELP information for the schema from the CREATE storage_format SCHEMA example:
HELP Avro SCHEMA chemDatasetSchema; SchemaName chemDatasetSchema StorageFormat Avro Length 201