Changes between Version 18 and Version 19 of ERModel
- Timestamp:
- 09/09/26 12:18:38 (28 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ERModel
v18 v19 3 3 == Diagram 4 4 5 [[Image(ERModel_v1.3. 2.png)]]5 [[Image(ERModel_v1.3.3.drawio.png)]] 6 6 7 7 == Data Requirements … … 89 89 '''Discriminator (Partial Key):''' ss_id. 90 90 91 '''Composite Primary Key:''' Composed of Student key + Subject key + ss_id.91 '''Composite Primary Key:''' (student_id, subject_id, ss_id) 92 92 93 93 '''Attributes:''' … … 146 146 147 147 v1.1: Corrected conceptual ER representations: removed all foreign keys from entity attributes, correctly specified weak entity discriminator and identifying relationships, converted bridge tables (Affiliated, Advises) into relationship types with attributes. 148 v1.2: Removed underline from start_date in Advises relationship (since relationships cannot have primary key attributes), renamed duplicate enrolled_in relationship to enrolls, and ensured identifying relationships for Student_Subject are formally represented.
