CSC4500 / CSC4500-fall2021

Class repository for CSC4500 Fall 2021
4 stars 3 forks source link

ERD Normalization Feedback #29

Open NickWeibler opened 3 years ago

NickWeibler commented 3 years ago

Movie Table: Movie_Director Table: 3NF Movie_Role Table: 3NF Actor_Table: 3NF Show_Role Table: 3NF Show_Table: 3NF Director Table: 3NF Show_Director Table: 3NF

I think all the attributes are in the correct tables. There are no partial or transitive dependencies in the ERD.