table design

G

Guest

I created a survey table in database...But my question is how can you create
tables and name columns for a survey, if you were me??Are these enough column
names??Or should it be more?


SURVEY_HEADER
---------------------------

CENTER_ID

CENTER_RESPONSIBLE

CENTER_RESPONSIBLE_TITLE

CENTER_RES_RESPONSIBILITY

UNIQUE_ID



QUESTIONS
-----------------

UNIQUE_ID

QUESTION_ID

QUESTION



ANSWERS
-----------------

UNIQUE_ID

QUESTION_ID

ANSWER



INVENTORY
----------------

UNIQUE_ID

INVENTORY_ID

INVENTORY

ANSWER_ID



SURVEY_DETAIL
----------------

UNIQUE_ID

CENTER_ID

ANSWER_ID

ANSWER
 
G

Guest

Thank you so much Jeff, but i havent got Access in my pc...so i cant see the
tables and columns...im at work now...do u have an opinion about my survey
table?
 
D

Duane Hookom

I think you seem to be on the proper track with your table designs. It looks
fairly normalized which is great. The link supplied by Jeff has similar
structures with a full implementation including forms for creating surveys,
entering results, and creating reports.
 
G

Guest

Thank you so much Duane about your opinion...

Duane Hookom said:
I think you seem to be on the proper track with your table designs. It looks
fairly normalized which is great. The link supplied by Jeff has similar
structures with a full implementation including forms for creating surveys,
entering results, and creating reports.
 

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

Similar Threads

For Duane Hookom 19
Questions about survey database table design 0
datagrid 1
Simple yet complex 1
urget!!Datagrid... 1
DB design help 5
Survey Table Design 2
Survey Database Table Form Design 5

Top