Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
StudentCourseConditionsSeq | int identity | 4 | √ | null |
|
|
||
FutureStudentCoursesSeq | int | 4 | √ | null |
|
|
||
ConditionCode | varchar | 15 | ('') |
|
|
|||
AdditionalConditionComments | varchar | 1000 | ('') |
|
|
|||
ConditionStatusCode | varchar | 15 | ('') |
|
|
|||
DateConditionMet | datetime | 16,3 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_StudentCourseConditions_StudentCourseConditionsSeq | Primary key | Asc | StudentCourseConditionsSeq |
AK_StudentCourseConditions_FutureStudentCoursesSeq | Performance | Asc | FutureStudentCoursesSeq |