Closed DrJoeHage closed 8 years ago
Done
@RaymondYounan Should I make them required in the Table?
No, I changed the design since they can be null in the case of a foreign Teacher
Teacher is not unique message displayed even though the Teacher is unique.
Done
It is partially working: TeacherCensusID works fine but TeacherCivilStatusNationalID TeacherCitizenshipNo are allowing duplicates
Each one is individually not allowed to be duplicated, not the combination of all.
Done
Verified.
TeacherCivilStatusNationalID TeacherCensusID TeacherCitizenshipNo
must have unique values to ensure a Teacher has one record.