Skip to content
Daniel Sawyer edited this page Nov 30, 2023 · 4 revisions

Project Questions

No changes to EER were necessary due to Normalization. Following the steps converting it to database schema listed in the slides we believe all tables are up to 3NF:

  • NF1 : All attributes depend on the key
  • NF2: All attributes depend on the whole key
  • NF3: All attributes depend on nothing but the key

Clone this wiki locally