Hi All
Hypothetical example:
I have a long questionnaire (50 questions plus) for which the answers need to be captured into a table. The questionnaire deals with questions about restaurants (for which I already have a table in my database) e.g. meals offered, quality of food etc. The tricky part is that this questionnaire also contains details such as restaurant address and telephone number, name of owner etc. As the user enters the questionnaire data for each restaurant into the database, they may need to update the restaurant record details such as a new owner, address etc.
What would be the best way to implement this? Would a many to many relationship (junction table) be the only option?
Thanks
Beem
Hypothetical example:
I have a long questionnaire (50 questions plus) for which the answers need to be captured into a table. The questionnaire deals with questions about restaurants (for which I already have a table in my database) e.g. meals offered, quality of food etc. The tricky part is that this questionnaire also contains details such as restaurant address and telephone number, name of owner etc. As the user enters the questionnaire data for each restaurant into the database, they may need to update the restaurant record details such as a new owner, address etc.
What would be the best way to implement this? Would a many to many relationship (junction table) be the only option?
Thanks
Beem