Changes between Version 6 and Version 7 of P5
- Timestamp:
- 04/07/26 22:51:55 (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
P5
v6 v7 97 97 98 98 Since there are no partial dependencies in any of the tables, this schema satisfies 2NF. 99 100 === 3NF Check 101 We checked all FDs where the left side is a primary key, so we can skip those. We only need to check: 102 FD6: {story_id, chapter_number} → chapter_id → here we can see that there is a UNIQUE constraint on {story_id, chapter_number}, which tells us that it is also a superkey. 103 After this we can safely say that the schema satisfies 3NF.
