TeacherCatSectExcludeAssoc (ver10.0.0)
A teacher's categories are available for all of the sections associated to that teacher by default. Records in this table identify which sections a category has been excluded from. If a category is accessible to all of a teacher's sections, no rows appear in this table for that category.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
SectionsDCID | 10.0.0 | Number(10,0) | Foreign key. Internal number for the associated sections.DCID record. Required. Indexed. |
TeacherCatSectExcludeAssocID | 10.0.0 | Number(16,0) | Primary key. Unique sequential number generated by the application. Required. Indexed. |
TeacherCategoryID | 10.0.0 | Number(16,0) | Foreign key. Internal number for the associated TeacherCategory.ID 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. |