AssignmentCategoryAssoc (ver10.0.0)
This table allows the association of multiple categories to an assignment.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
AssignmentCategoryAssocID | 10.0.0 | Number(16,0) | Primary key. Unique sequential number generated by the application. Required. Indexed. |
AssignmentSectionID | 10.0.0 | Number(16,0) | Foreign key. Internal number for the associated AssignmentSection.AssignmentSectionID record. Required. Indexed. |
IsPrimary | 10.0.0 | Number(1,0) | Indicates whether this category a primary category. Valid values: 1=Yes, 0=No. Required. |
TeacherCategoryID | 10.0.0 | Number(16,0) | Foreign key. Internal number for the associated TeacherCategory.TeacherCategoryID record. Required. Indexed. |
WhenCreated | 10.0.0 | Timestamp(6) | Date and time the record was created. Defaults to system date. Required. |
WhenModified | 10.0.0 | Timestamp(6) | Date and time the record was modified. Defaults to system date. Required. |
WhoCreated | 10.0.0 | Varchar2(100) | The user login that created the record. Defaults to database user. Required. |
WhoModified | 10.0.0 | Varchar2(100) | The user login that modified the record. Defaults to database user. Required. |
YearID | 10.0.0 | Number(10,0) | A number representing which year the term belongs to, such as 13 for 2003-2004. The number is equal to the ID of the year term divided by 100. Maintained in the Terms table. |