CDO> DEFINE RECORD EDUCATION_RECORD. cont> BADGE_NUMBER. cont> BACHELOR_DEGREE. cont> MASTER_DEGREE. cont> DOCTORATE_DEGREE. cont> END RECORD. In this example, the DEFINE RECORD command creates the EDUCATION_RECORD record definition from four existing field definitions.