Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
StudentNCEAStandardsSynchroniseSeq | int identity | 4 | √ | null |
|
|
||
SynchroniseID | int | 4 | √ | null |
|
|
||
SynchroniseDate | datetime | 16,3 | √ | null |
|
|
||
FileYear | smallint | 2 | null |
|
|
|||
FileSemesterLow | smallint | 2 | null |
|
|
|||
FileSemesterHigh | smallint | 2 | null |
|
|
|||
ID | int | 4 | null |
|
|
|||
StandardNumber | int | 4 | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_StudentNCEAStandardsSynchronise | Primary key | Asc/Asc/Asc/Asc/Asc | FileYear + FileSemesterLow + FileSemesterHigh + ID + StandardNumber |
AK_StudentNCEAStandardsSynchronise_StudentNCEAStandardsSynchroniseSeq | Must be unique | Asc | StudentNCEAStandardsSynchroniseSeq |