1.CDO> SHOW USES EMPLOYEE_DB In this example, because no qualifier is specified, the SHOW USES command displays the default information (/BRIEF). This information includes the names of immediate owners of the EMPLOYEE_DB database element. 2.CDO> SHOW USES /FULL FIELD_A(2) In this example, the SHOW USES command with the /FULL qualifier displays all owners of the FIELD_A(2) field element. 3.CDO> SHOW USES /FULL /TYPE=(RECORD) EMPLOYEE_NAME In this example, the SHOW USES command with the /FULL and /TYPE qualifiers displays all owners of EMPLOYEE_NAME that are records.