Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
AwardSeq | int identity | 4 | √ | null |
|
|
||||
FileYear | smallint | 2 | null |
|
|
|||||
FileSemester | smallint | 2 | null |
|
|
|||||
ID | int | 4 | null |
|
|
|||||
AwardCode | varchar | 15 | ('') |
|
|
|||||
AwardDate | datetime | 16,3 | √ | null |
|
|
||||
AwardAchievement | varchar | 255 | √ | ('') |
|
|
||||
AwardComment | varchar | 200 | ('') |
|
|
|||||
StaffID | int | 4 | ((0)) |
|
|
|||||
SystemProcessNumber | int | 4 | √ | null |
|
|
||||
AchievementTypeCode | varchar | 15 | √ | ('') |
|
|
||||
CreatedDate | datetime | 16,3 | √ | null |
|
|
||||
CreatedByID | int | 4 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_StudentAwards | Primary key | Asc | AwardSeq |
AK_StudentAwards_ID | Performance | Asc/Asc/Asc | FileYear + FileSemester + ID |
AK_StudentAwards_SystemProcessNumber | Performance | Asc | SystemProcessNumber |