Hey everyone,
I am writing a database that tracks inventory, Contacts, Inventory reservation and invoicing in separate tables.
Each entry in these tables can be in different categories, and sometimes multiple categories. (I.E different types of contacts and different types of inventory)
Is it good practice to have one table dedicated to fields that will remain fairly constant, but do have the possibility of being updated in the future? Things like countries, states/provinces, inventory categories, contact categories and payment types. Or would it be better to have a bunch of small tables with a Autonumber ID and a "constant name" field?
After writing this out, I feel that it may just be personal preference as to how you do it.
Thanks for any advice.
I am writing a database that tracks inventory, Contacts, Inventory reservation and invoicing in separate tables.
Each entry in these tables can be in different categories, and sometimes multiple categories. (I.E different types of contacts and different types of inventory)
Is it good practice to have one table dedicated to fields that will remain fairly constant, but do have the possibility of being updated in the future? Things like countries, states/provinces, inventory categories, contact categories and payment types. Or would it be better to have a bunch of small tables with a Autonumber ID and a "constant name" field?
After writing this out, I feel that it may just be personal preference as to how you do it.
Thanks for any advice.