AB_SECTION_CRSE_CODE
This table stores section course code data.
Column Name | Version | Data Type | Description |
---|---|---|---|
AB_Section_Crse_CodeID | 16.5.0 | NUMBER(19,0) | Primary Key |
Course_Code | 16.5.0 | Varchar2(10) | The Alberta course code. |
SectionID | 16.5.0 | NUMBER(19,0) | The AB_SECTIONID from the AB_SECTION table. |
WhoCreated | 16.5.0 | Varchar2(100) | The name of the person who created the record. Defaults to 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 person who modified the record. Defaults to user. |
WhenModified | 16.5.0 | TIMESTAMP(6) | The date and time the record was modified. Defaults to system date |