Click to See Complete Forum and Search --> : MySQL help!!


kalvin
November 1st, 2004, 01:21 PM
I am creating an exam bank which runs on MySQL. I would like to know if there is any way restrict my database from repeating the same question twice within 6 months. Do you I have to use AI? pls let me know..thank you!

jp140768
November 2nd, 2004, 10:12 AM
This may be oversimplistic, but could you not add a new field called lastasked date, set this when the question is selected. Your select statement could then select questions which are only 6+ months old.

HTH