CSC4500 / CSC4500-fall2021

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

Normalization ERD Feedback (Nick Malmburg) #32

Open mattja1998 opened 3 years ago

mattja1998 commented 3 years ago

Music Topic Table: The table seems to be midway between 1NF and 2NF since the data seems to already be in other tables and relationships. My only suggestion is that this table itself isn’t needed and that you can keep its data just through a field called “Genre” which you kind of already do.