Changes between Version 6 and Version 7 of Relational schema (DDL and Database)


Ignore:
Timestamp:
02/05/25 22:38:33 (4 months ago)
Author:
206046
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Relational schema (DDL and Database)

    v6 v7  
    1818 * hire_date 
    1919 * department 
     20
     21=== Student ===
     22 * '''id_student''' – Primary Key 
     23 * '''id_user*''' – Foreign Key 
     24 * progress_score
    2025
    2126=== Rating ===
     
    4247 * duration 
    4348 * '''teacher_id*''' – Foreign Key 
    44  * '''id_attendance*''' – Foreign Key 
    45 
    46 === Student ===
    47  * '''id_student''' – Primary Key 
    48  * progress_score 
     49 * '''id_attendance*''' – Foreign Key   
    4950
    5051=== Assignment ===