
July 14th, 2008, 05:09 PM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 1
Time spent in forums: 18 m 18 sec
Reputation Power: 0
|
|
|
Need database structure help
I am new to mysql and php.
I am trying to program a web based test engine to offer practice tests on my website. I am finding it difficult normalizing the database. I orriginal tried one table with columns for Question_id, Question, option_a, option_b, option_c, option_d and correct_answer.
I want to break it down into more table.
Any body has a idea of how to make this better. Any help will be appreciated. thanks.
|