I have a table QuestionTarget
Its fields are
(questionID,QuestionTarget)
And Another table Answer
(AnswerID,Q01ID,Question01Answer,Question02ID,Question02Answer.......)
In answer table I have all answers in one row with their own column like question01,answer01,question02,answer02......
Now I want to get the target value from First table(questiontarget) and Answer of that target from second table Answer table how to join these two table