This table is an extension of the [Courses] table.
|
Column Name |
Version |
Data Type |
Description |
|---|---|---|---|
|
CoursesDCID |
15.7.0 |
Number(10,0) |
Primary key that relates the extended table back to the Courses table. |
|
HiGrdCd |
15.7.0 |
Varchar2(2) |
Code indicating the highest grade level of content that is being taught in the course. |
|
LoGrdCd |
15.7.0 |
Varchar2(2) |
Code indicating the lowest grade level of content that is being taught in the course. |
|
SchdldInstrctMinCnt |
15.10.3 |
Number(10,0) |
Average daily minutes value. Migrated from [Courses.OR_SchdldInstrctMinCnt]. |
|
State_ExcludeFromReporting |
15.10.3 |
Number(1,0) |
Exclude the course from state reporting. Migrated from [Courses.State_ExcludeFromReporting]. |
|
YearlyCourseInstructionalHours |
18.1.0 |
Number(10,0) |
Used to override the calculated value for certain courses or sections. |