I want to conduct a survery on my website where users can select answers of a question. I am confused how to normalize the database. I am writing here the table definitions:
tblUsers
UserID, Username, PhoneNumber
tblQuestions
QuestionID, Question_Description
tblChoices
ChoiceID, QuestionID, Choice_Description
* A question has more than one choices, users can select multiple answers.
Now I want to know how to save users options against a question. I think that there is missing table(s) which are confusing for me. If anyone can normalize this database, I will be thankfull.
Edited by PrivateEye