Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
Seq | int identity | 4 | √ | null |
|
|
||
ID | int | 4 | ((0)) |
|
|
|||
LanguageCode | varchar | 5 | ('') |
|
|
|||
StudyType | varchar | 15 | ('') |
|
|
|||
StartDate | datetime | 16,3 | √ | null |
|
|
||
EndDate | datetime | 16,3 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_StudentLanguages | Primary key | Asc | Seq |
AK_StudentLanguages_ID_LanguageCode | Performance | Asc/Asc | ID + LanguageCode |