Thanks again...!

So, when the user selects a topic or exam, my web program should select random questions from the QBank or previously created question set.
>If it is randomly selected questions, should I have to use a temporary table for storing the random questions..?
>If it is previously selected question set(that will be already in the QBank), I have to use separate table for storing the questing set. Is it?