Changes between Version 6 and Version 7 of Relational schema (DDL and Database)
- Timestamp:
- 02/05/25 22:38:33 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Relational schema (DDL and Database)
v6 v7 18 18 * hire_date 19 19 * department 20 21 === Student === 22 * '''id_student''' – Primary Key 23 * '''id_user*''' – Foreign Key 24 * progress_score 20 25 21 26 === Rating === … … 42 47 * duration 43 48 * '''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 49 50 50 51 === Assignment ===