hi all,
i came up with this problem:
i have 3 tables:
create table questions (id ...);
create table users (id ...);
create table answers (question_id ..., user_id ...);
answers contains all users' answers given to the questions (questions can be answered more than once by different users). i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.