Exist practices/guidelines for creation of non normalized tables during the normalization process?
问题 I started to teach myself the basics of databases and i am currently working through 1. to 3. normal forms. What i understand until now is the wish to remove redundancy to make my databases less prone to inconsistency during phases of data-change as well as saving space by eliminating as much duplicates as possible. For example if we have a table with the following columns: CD_ID title artist year and change the design to have multiple tables where the first (CD) contains: CD_ID title artist