Changes between Version 5 and Version 6 of P1
- Timestamp:
- 03/03/26 11:47:00 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
P1
v5 v6 107 107 • Student_Subject: This relationship shows which students are enrolled in which subjects. It also stores their grades, attendance, and enrollment status. 108 108 109 º Candidate keys: (Student_Id, Subject_Id) (compositeprimary key)109 º Candidate keys: ssId (primary key) 110 110 111 111 º Attributes: 112 112 113 Final_Grade – number, optional, 5–10 or pass/fail113 Final_Grade – number, optional, 6–10 or pass/fail 114 114 115 Status – text, optional, e.g., "Enrolled", " Completed", "Dropped"115 Status – text, optional, e.g., "Enrolled", "Passed", "Failed" 116 116 117 Enrollment_Date – date, optional117 Enrollment_Date – date, required 118 118 119 119 Absence_Count – number, optional, 0–100
