AB_COURSE_ENROLL_MARK
This table stores course marks for course enrolments.
Column Name | Version | Data Type | Description |
---|---|---|---|
AB_Course_Enroll_MarkID | 16.5.0 | NUMBER(19,0) | Primary Key |
Assignment_Date | 16.5.0 | DATE | Date the mark was awarded. |
Is_Mark_Approved | 16.5.0 | NUMBER(1,0) | Indicates whether this mark is approved. Valid values: 1=Yes, 0=No. Required. |
Mark_Format | 16.5.0 | Varchar2(10) | Indicates the format of the mark. |
Mark_Value | 16.5.0 | Varchar2(3) | The student's awarded mark value. |
Course_EnrolID | 16.5.0 | NUMBER(19,0) | The AB_COURSE_ENROLLID from the AB_COURSE_ENROLL table |
WhoCreated | 16.5.0 | Varchar2(100) | The name of the person who created the record. Defaults to the user. |
WhenCreated | 16.5.0 | TIMESTAMP(6) | The date and time the record was created. Defaults to system date. |
WhoModified | 16.5.0 | Varchar2(100) | The name of the person who modified the record. Defaults to the user. |
WhenModified | 16.5.0 | TIMESTAMP(6) | The date and time the record was modified. Defaults to system date. |