Q & A DB tables design

J

Jan Il

Hi all -

I am putting together a database to enter my reference library for program
and OS problems and solutions for same, and the updates that I have already
installed and what for. These include answers and information I have
received from this and several other newsgroups and forums.

I've created some tables, but I am not sure if they are correct. I would
very much appreciate it if someone would advise me if I have them correct.

tblSubectAnswers:
SubjectID
SubjectName
Program
ProblemType
Answser

tblArticles:
QID - PK
QNo
QTitle
AppliesTo
ProblemType

tblUpdates:
UpdateID - PK
UpdateNo
UpdateTitle
OSVersions
InstallDate

I would truly appreciate any suggestions for necessary additions or changes.

Jan :)
 
B

Brian Kastel

Some suggestions:

Split subjects from answers: one subject may have more than one solution.
Add a lookup table for ProblemType
Create a table for Programs Versions
Create a table for OS Versions
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top