Differences

This shows you the differences between two versions of the page.

Link to this comparison view

quiz_extra [2017-09-01 14:54]
127.0.0.1 external edit
quiz_extra [2017-10-27 13:46]
Joakim Forsgren [SQL]
Line 32: Line 32:
 INNER JOIN Questions USING(QuizID)  INNER JOIN Questions USING(QuizID) 
 INNER JOIN Answers USING(QuestionID) INNER JOIN Answers USING(QuestionID)
-WHERE QuizID=2 Order BY QuestionID, AsnwerID+WHERE QuizID=2 Order BY QuestionID, AnswerID
  
 </code> </code>