PSM_Course (ver1.0)
This table contains course information, such as the Course Name, Number, and Description. Data duplicated here from the originating SIS.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
Abbreviation | 1.0 | Varchar2(30) | The abbreviation of the course. |
CourseCode | 1.0 | Varchar2(30) | The district course code of the course. |
Description | 1.0 | Varchar2(4000) | The description of the course. |
DistrictCourseCode | 1.0 | Varchar2(30) | The district course code of the course. |
DistrictID | 1.0 | Number(19,0) | Internal ID of the PSM_District record to which the record is associated. Required. |
ID | 1.0 | Number(19,0) | Unique sequential number generated by the application. Required. |
SubjectID | 1.0 | Number(19,0) | Internal ID of the PSM_SubjectArea record to which the record is associated. |
Title | 1.0 | Varchar2(60) | The name of the course, such as Algebra. Required. |