Changes between Version 6 and Version 7 of P5


Ignore:
Timestamp:
04/07/26 22:51:55 (6 days ago)
Author:
211099
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • P5

    v6 v7  
    9797
    9898Since there are no partial dependencies in any of the tables, this schema satisfies 2NF.
     99
     100=== 3NF Check
     101We checked all FDs where the left side is a primary key, so we can skip those. We only need to check:
     102FD6: {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.
     103After this we can safely say that the schema satisfies 3NF.