
Originally Posted by
OTOTO
I have been attempting database design. Please help.
Rethinking the layout, I may be getting stumped by my excel-expectations. I have combined the two tables in excel into 1 table with 33 columns. I am thinking of each row as a very unique record and I am not intuiting the breakdown of entities and attributes.
Access Wizardry wants me to create tables for all repetitious data. I see value in this for reaching 3NF but I don't see why it is necessary. May there be situations when 2NF is enough?
Following the 3NF Normalization I will have at least 2 tables that contain only 2 columns, some data and a primary key. Is my proclivity to limit the number of tables in the database without merit?