Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

I'm using Michael Durrant's design as a starting place for designing my own survey-like database.

With this design, is it possible to order answer's, by datetime, for a question for a survey_section was complete? - for example, if a user completed the survey section twice is it possible to tell which set of answers relates to which completed_on in the user_survey_section?

possible repeating myself, I interpreted this design to allow for knowing:

  • What user completed what section and when
  • what the answers were for which section

but not

  • The completed_date of the answers themselves.

Thus it wouldn't know which set of answers was last submitted for a section.

Michael's Survey Database Design

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.