Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
FutureStudentApplicationSchoolsSeq | int identity | 4 | √ | null |
|
|
||||
ID | int | 4 | null |
|
|
|||||
SchoolCode | varchar | 15 | ('') |
|
|
|||||
SchoolDescription | varchar | 100 | ('') |
|
|
|||||
Preference | smallint | 2 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_FutureStudentApplicationSchoolsSeq | Primary key | Asc | FutureStudentApplicationSchoolsSeq |
AK_FutureStudentApplicationSchools_ID | Performance | Asc/Asc | ID + SchoolCode |