I have two tables I am trying to get into one query, but I can't figure out how to do it.
What I need is a final result with all 4 of the answer fields on the same line as the each one of the question fields.
Table 1 - Answers
Answer_ID Question_ID Answer_Text Correct
1 1 Answer1 True
2 1 Answer2 False
3 1 Answer3 False
4 1 Answer4 False
5 2 Answer1 True
6 2 Answer2 False
7 2 Answer3 False
8 2 Answer4 False
Table 2 - Questions
Question_ID Course_ID Question_Text Question_Num
1 FUN001 What is #1? 1
2 FUN001 What is #2? 2
What I need is a final result with all 4 of the answer fields on the same line as the each one of the question fields.
Table 1 - Answers
Answer_ID Question_ID Answer_Text Correct
1 1 Answer1 True
2 1 Answer2 False
3 1 Answer3 False
4 1 Answer4 False
5 2 Answer1 True
6 2 Answer2 False
7 2 Answer3 False
8 2 Answer4 False
Table 2 - Questions
Question_ID Course_ID Question_Text Question_Num
1 FUN001 What is #1? 1
2 FUN001 What is #2? 2