surveyanswer

The surveyanswer table contains the answers to questions and are part of a surveyquestionresult.

Related tables in the RKStudio Model:

Table Schema

Name Type Description
personid VARCHAR

Internal identifier to specify a unique instance of a person. This column is used to partition data tables in the Bulk Data API and should be included on all table joins. Use personid to join to tables in other models within the Bulk Data API.

surveyanswerkey VARCHAR

Primary key. A unique, auto-generated internal identifier to specify this instance of an answer to a survey question.

surveyquestionresultkey VARCHAR

The key for the surveyquestionresult in which this answer was captured. Key relationship with the surveyquestionresult table.

answer VARCHAR

The answer to a survey question.


Back to Overview of the RKStudio Model