L
lil2009
Hi,
I am developing a database and I am nervous about the design. I am
gathering information about organization departments. There are about 65
attributes for each department. Those are my fields. My question is should
I make one table with the department name and all 65 attributes?
Right now I grouped the attributes by general categories (tables) of dept
size (no. of people, no. of printers, etc. are the fields), dept products
(reports, surveys, manuals, etc), dept needs (Equipment, Money, Furniture)
I have a department ID as a primary key in the main dept table and as a
foreign key in the other tables. There is no primary key in the other tables.
Is my current design okay or should it just be 1 big table?
Thank you.
I am developing a database and I am nervous about the design. I am
gathering information about organization departments. There are about 65
attributes for each department. Those are my fields. My question is should
I make one table with the department name and all 65 attributes?
Right now I grouped the attributes by general categories (tables) of dept
size (no. of people, no. of printers, etc. are the fields), dept products
(reports, surveys, manuals, etc), dept needs (Equipment, Money, Furniture)
I have a department ID as a primary key in the main dept table and as a
foreign key in the other tables. There is no primary key in the other tables.
Is my current design okay or should it just be 1 big table?
Thank you.