LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2000, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 11 Jan 2000 20:28:52 GMT
Reply-To:   Richard James <richard.e.james@CA.PWCGLOBAL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Richard James <richard.e.james@CA.PWCGLOBAL.COM>
Subject:   Database Design Theory Question....

I have seen two methods of designing basically the same data model but they are functionally different. I was hoping to get some insight as to the strengths of the second model I present below.

Consider a survey with N questions, that have integer values as responses, and are identified by a unique id for each person.

1st Model: each respondant has one record with a unique ID, and columns 1 through N, representing their answers.

2nd Model: each respondent has N records, each identified by a unique id, where each record is an answer to a particular question on the survey.

Thanks.


Back to: Top of message | Previous page | Main SAS-L page