SiteSurveyResults
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| SiteSurveyAnswerColumnsId | int | yes | ||
| AnswerValue | nvarchar(max) | yes |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| SiteSurveyResponsesId | int | SiteSurveyResponses.ID | ||
| SiteSurveyAnswersId | int | SiteSurveyAnswers.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_SiteSurveyResults | ID | yes | yes | yes |