Changes between Version 5 and Version 6 of P1


Ignore:
Timestamp:
03/03/26 11:47:00 (3 weeks ago)
Author:
216009
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • P1

    v5 v6  
    107107• Student_Subject: This relationship shows which students are enrolled in which subjects. It also stores their grades, attendance, and enrollment status.
    108108
    109    º Candidate keys: (Student_Id, Subject_Id) (composite primary key)
     109   º Candidate keys: ssId (primary key)
    110110
    111111   º Attributes:
    112112
    113     Final_Grade – number, optional, 5–10 or pass/fail
     113    Final_Grade – number, optional, 6–10 or pass/fail
    114114
    115     Status – text, optional, e.g., "Enrolled", "Completed", "Dropped"
     115    Status – text, optional, e.g., "Enrolled", "Passed", "Failed"
    116116
    117     Enrollment_Date – date, optional
     117    Enrollment_Date – date, required
    118118
    119119    Absence_Count – number, optional, 0–100