AB_EXAM_MARK_COMPONENT
This table stores exam mark component information.
Column Name | Version | Data Type | Description |
---|---|---|---|
AB_Exam_Mark_Component_ID | 17.4.0 | NUMBER | Primary Key |
AB_Exam_Mark_ID | 17.4.0 | NUMBER | The AB_EXAM_MARK_ID from the AB_EXAM_MARK table. |
Component_Mark_Status | 17.4.0 | Varchar2(4) | Indicates the status of the exam mark component. |
Exam_Sitting_Ref_ID | 17.4.0 | Varchar2(36) | The REFID from the AB_EXAM_SITTING table. |
Form_ID | 17.4.0 | Varchar2(12) | Indicates the specific form for the exam. |
Mark_Format | 17.4.0 | Varchar2(20) | Indicates the exam mark format. |
Mark_Value | 17.4.0 | Varchar2(6) | The student's awarded mark value. |
Maximum_Mark | 17.4.0 | Varchar2(6) | Highest mark a student can be awarded. |
Supplied_Contact_Name | 17.4.0 | Varchar2(150) | The person that the end user spoke to in order to get permission to take the exam. |
WhoCreated | 17.4.0 | Varchar2(100) | The name of the person who created the record. Defaults to user. |
WhenCreated | 17.4.0 | TIMESTAMP(6) | The date and time the record was created. Defaults to system date. |
WhoModified | 17.4.0 | Varchar2(100) | The name of person who modified the record. Defaults to user. |
WhenModified | 17.4.0 | TIMESTAMP(6) | The date and time the record was modified. Defaults to system date |