I am creating a database to house information for my work. There are a couple different topics that each have a handful of options in them. In most of the topics more than 1 option can be chosen.
Would my database design be better to have EVERY option as a field, and if so should I make those fields store binary result or actually store the text for that option?
Or would I be better to make a single field of the whole topic, compile all checked options into a single variable. And then store the value of that variable in the field?
I hope I have explained this enough. I am using PHP and HTML forms to store and retrieve the data so keep that in mind when recommending database structure. Thanks!
Greg Hicks
VB.Net (Newbie) Programmer
Would my database design be better to have EVERY option as a field, and if so should I make those fields store binary result or actually store the text for that option?
Or would I be better to make a single field of the whole topic, compile all checked options into a single variable. And then store the value of that variable in the field?
I hope I have explained this enough. I am using PHP and HTML forms to store and retrieve the data so keep that in mind when recommending database structure. Thanks!
Greg Hicks
VB.Net (Newbie) Programmer