I have a model that defines mutually recursive tables:
Answer questionId QuestionId text Question text correct AnswerId
What do I
I would insert into question, with a null correct AnswerId. Then I would insert into Answer, and finally I would update Question and set the correct answerId.