Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
FileSemesterYearLevelsSeq | int identity | 4 | √ | null |
|
|
||
FileYear | smallint | 2 | √ | null |
|
|
||
FileSemester | smallint | 2 | √ | null |
|
|
||
Campus | varchar | 3 | ('') |
|
|
|||
YearLevel | smallint | 2 | √ | null |
|
|
||
CalculationDoneFlag | bit | 1 | ((0)) |
|
|
|||
OverrideFlag | bit | 1 | ((0)) |
|
|
|||
SystemCurrentFlag | bit | 1 | ((0)) |
|
|
|||
StartDate | datetime | 16,3 | √ | null |
|
|
||
EndDate | datetime | 16,3 | √ | null |
|
|
||
ReportsPrintedFlag | bit | 1 | ((0)) |
|
|
|||
AuthorStoppedFlag | bit | 1 | ((0)) |
|
|
|||
CommPortalResultsPublishAfterDate | datetime | 16,3 | √ | null |
|
|
||
CommPortalCurrentFlag | bit | 1 | ((0)) |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_FileSemesterYearLevels | Primary key | Asc | FileSemesterYearLevelsSeq |
AK_FileSemesterYearLevels | Must be unique | Asc/Asc/Asc/Asc | FileYear + FileSemester + Campus + YearLevel |