Hi to all. I am trying to make a database but I cannot find out how
to build it. The problem I have is that I must store several values
according to a date and a Title. For example, suppose I will store a
test for students. I will need as a primary key the date of the exam
or the title of it. Then I will have to store all the questions for that
exam, do you get the point? I do not know how to explain it... let me
think... I mean, for each test (ie for each day) there will be many
questions (only numbers, I will have the questions in another table) so
how can I do to store a lot of questions for one day. Obviously, I want
to store, for instance, 3 examns, so I wil have to store the questions
for each exam. How can I achieve this? Do you understand?
Thanks