Tabelle AchievementProfiles
Spalten
Diese Tabelle hat 15 Spalten.
Mandant
-
INTEGER
·NOT NULL
Verweis auf Tabelle GradeTypes
ID
-
INTEGER
·NOT NULL
Mandantenbezogene, eindeutige ID
PrevID
EnbreaID
-
Externer Identifikator aus ENBREA
Configuration
-
Wert Beschreibung 0 Grade 1 Report 2 Grade and Report 3 ComplexReport GradeSystem
-
Verweis auf Tabelle GradeSystems
GradeType
-
Verweis auf Tabelle GradeTypes
AssessmentProfile
-
Verweis auf Tabelle AssessmentProfiles
ClassTerm
-
Verweis auf Tabelle KlassenZeitraeume
Course
-
Verweis auf Tabelle tblCourses
Code
-
VARCHAR(20)
·NOT NULL
Kürzel für Leistungsprofil
Name
-
Bezeichnung
Description
-
Beschreibung
InternalCode
-
Interner Code. Mögliche Werte werden zukünftig noch festgelegt
Position
Primärschlüssel
Diese Tabelle hat einen Primärschlüssel.
AchievementProfiles
-
Mandant, ID
Fremdschlüssel
Diese Tabelle hat 5 Fremdschlüssel.
FK_ACHIEVEPROFILE_CLASSTERM
-
ClassTerm, Mandant
»KlassenZeitraeume (ID, Mandant)
·ON UPDATE CASCADE
·ON DELETE CASCADE
FK_ACHIEVEPROFILE_COURSE
-
Course, Mandant
»tblCourses (ID, Mandant)
·ON UPDATE CASCADE
·ON DELETE CASCADE
FK_ACHIEVEPROFILE_GRADESYSTEM
-
GradeSystem, Mandant
»GradeSystems (ID, Mandant)
·ON UPDATE CASCADE
·ON DELETE SET NULL
FK_ACHIEVEPROFILE_GRADETYPE
-
GradeType, Mandant
»GradeTypes (ID, Mandant)
·ON UPDATE CASCADE
·ON DELETE SET NULL
FK_ACHIEVEPROFILE_ASSMPROFILE
-
AssessmentProfile, Mandant
»AssessmentProfiles (ID, Mandant)
·ON UPDATE CASCADE
·ON DELETE SET NULL
Indizes
Diese Tabelle hat 6 Indizes.
FK_ACHIEVEPROFILE_ASSMPROFILE
-
Mandant, AssessmentProfile
FK_ACHIEVEPROFILE_CLASSTERM
-
Mandant, ClassTerm
FK_ACHIEVEPROFILE_COURSE
-
Mandant, Course
FK_ACHIEVEPROFILE_GRADESYSTEM
-
Mandant, GradeSystem
FK_ACHIEVEPROFILE_GRADETYPE
-
Mandant, GradeType
PK_ACHIEVEMENTPROFILES
-
Mandant, ID