 | Certification Type | VARCHAR(12) | NotNull | e.g. CDMP |
 | Creation Date | datetime | NotNull | The date the record was created. |
 | Creation User Name | VARCHAR(15) | NotNull | The name of the relevant user as used for logging into the system, e.g jtench. |
 | Edit Date | datetime | Null | The date the record was last edited. |
 | Edit User Name | VARCHAR(15) | Null | The name of the relevant user as used for logging into the system, e.g jtench. |
 | Level | VARCHAR(20) | Null | CDMP achievement level. Mastery or Practitioner. |
 | Person Id | INTEGER | NotNull | A generated number to identify a person. |
 | Proctor Name | VARCHAR(50) | Null | The name of the exam proctor. Multiple names can be entered. |
 | Specialisation | VARCHAR(100) | Null | A description of the CDMP specialisation or specialisations. For example: Data Management, Data Warehousing, Data Operations & Security, Data Governance. |
 | Year Obtained | INTEGER | Null | The year in which the certification was obtained. |