1.CDO> SHOW FIELD CORPORATE_ZIPCODE FROM DATABASE DEPT3
In this example, because no qualifier is specified, the
SHOW FIELD command displays default BRIEF information. This
information includes the user-specified properties for the
CORPORATE_ZIPCODE field name and the names of direct children.
2.CDO> DEFINE FIELD FULL_NAME
cont> DATATYPE TEXT CHARACTER_SET KANJI
cont> SIZE 2 CHARACTERS.
CDO> SHOW FIELD FULL_NAME
Definition of field FULL_NAME
| Datatype text size is 2 characters (4 Octets)
| Character_set KANJI
This example defines and shows the field FULL_NAME.