SiteSurveyAnswers
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| Sequence | int | |||
| Answer | nvarchar(256) | yes |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| SiteSurveyQuestionsId | int | SiteSurveyQuestions.ID | ||
| NextQuestionId | int | yes | SiteSurveyQuestions.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_SiteSurveyAnswers | ID | yes | yes | yes |
Referenced by
| Referenced by | Field |
|---|---|
| SiteSurveyResults | SiteSurveyAnswersId |