Good morning, struggle to establish proper relationships.
tbl_survey
surveyID pk
surveyName
tbl_questions
questionID pk
surveyid fk
question
tbl_answers
answerID
surveyID
questionID
answer
Question: in my tbl_answers what should my primary key be? combination of the three ID fields?
tbl_survey
surveyID pk
surveyName
tbl_questions
questionID pk
surveyid fk
question
tbl_answers
answerID
surveyID
questionID
answer
Question: in my tbl_answers what should my primary key be? combination of the three ID fields?