Hi,
Im new to all this so this MySQL stuff may be a daft question.
Im making a large registration form for one of my sites and most of the entries on the form are straight forward questions with 1 answer which can be easily stored within the MySQL DB. However for one of my questions there is a large list of possible answers and the user can select as many as they want.
My question is should I store the responses to this question in one cell of the DB seperated with commas or should I setup a column in the database for each of the possible answers for that question and then just store a true or false value for each one?
Are there any obvious benefits from doing it either way?
Thanks