OnlineImportStudentsSchoolPreferences


Columns

Column Type Size Nulls Auto Default Children Parents Comments
OnlineImportStudentsSchoolPreferencesSeq int identity 4 null
OnlineImportStudentsSeq int 4 null
OnlineImportStudents.OnlineImportStudentsSeq FK_OnlineImportStudentsSchoolPreferences_OnlineImportStudents R
SchoolCode varchar 15 ('')
SchoolDescription varchar 100 ('')
Preference int 4 null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
PK_OnlineImportStudentsSchoolPreferences Primary key Asc OnlineImportStudentsSchoolPreferencesSeq
AK_OnlineImportStudentsSchoolPreferences_OnlineImportStudentsSeq_Code Performance Asc/Asc OnlineImportStudentsSeq + SchoolCode

Relationships