Tabelle StudentCourseAttendance
Spalten
Diese Tabelle hat 8 Spalten.
Mandant
-
INTEGER
·NOT NULL
Verweis auf Tabelle SchuelerZeitraeume
ID
-
INTEGER
·NOT NULL
Mandantenbezogene, eindeutige ID
PrevID
EnbreaID
-
Externer Identifikator aus ENBREA
StudentTerm
-
INTEGER
·NOT NULL
Verweis auf Tabelle SchuelerZeitraeume
ClassCourse
-
INTEGER
·NOT NULL
Verweis auf Tabelle tblCourses
ForgotHomework
-
Hausaufgaben vergessen?
ForgotMaterial
-
Arbeitsmittel vergessen?
Primärschlüssel
Diese Tabelle hat einen Primärschlüssel.
StudentCourseAttendance
-
Mandant, ID
Fremdschlüssel
Diese Tabelle hat 2 Fremdschlüssel.
FK_STUDENTCOURSEATT_STUDENTTERM
-
Mandant, StudentTerm
»SchuelerZeitraeume (ID, Mandant)
·ON UPDATE CASCADE
·ON DELETE SET NULL
FK_STUDENTCOURSEATT_CLASSCOURSE
-
ClassCourse, Mandant
»tblClassCourses (ID, Mandant)
·ON UPDATE CASCADE
·ON DELETE CASCADE
Indizes
Diese Tabelle hat 3 Indizes.
FK_STUDENTCOURSEATT_CLASSCOURSE
-
Mandant, ClassCourse
FK_STUDENTCOURSEATT_STUDENTTERM
-
Mandant, StudentTerm
PK_STUDENTCOURSEATT
-
Mandant, ID