Forms and options best practice regarding databases?

beatle1909

New Member
I have to develop a web system. As every web system it has forms where the users will have to select one from many options, or many options altogether. They will also have a descriptive text and that data will be used in other parts within the system. My question is, how should I model this into the database? Plain text, a number with documentation telling which option is which, another table with normalized options and their names...?Thank you beforehand.
 
Back
Top