G
Guest
I have two tables in a database designed to store exam questions. One table
has the text of the question and answer choices, along with other textual
fields identifying the question. The other table contains testing data
related to this question.
My problem arises from the fact that questions get added and deleted quite
frequently, and I need the two tables to always carry information for the
same questions. Thus, if I delete a question from one table I need it to be
deleted on the other, and the same way for adding questions. Can anyone
explain how to do this?
Thank you very much for your help!
Joe
has the text of the question and answer choices, along with other textual
fields identifying the question. The other table contains testing data
related to this question.
My problem arises from the fact that questions get added and deleted quite
frequently, and I need the two tables to always carry information for the
same questions. Thus, if I delete a question from one table I need it to be
deleted on the other, and the same way for adding questions. Can anyone
explain how to do this?
Thank you very much for your help!
Joe