Survey Question To Question Category
The SurveyQstnToQuestionCategory maps questions to question categories. This is a many-to-many relationship.
Column | Data Type (Size) | Is Nullable | Contains PII | Description | Last Change Version | Last Change Reason | CX Insights Name | CX Insights Type | CX Insights Folder Name |
---|---|---|---|---|---|---|---|---|---|
SurveyQuestionCategoryId | varchar (32) | False | No | ID of the survey question category. |
4.0.106.453 | 4.0 Release | Survey Question Category Id | Attribute | CSSurvey |
SurveyQuestionId | varchar (32) | False | No | ID of the survey question. |
4.0.106.453 | 4.0 Release | Survey Question Id | Attribute | CSSurvey |
Column | Data Type (Size) | Is Nullable | Contains PII | Description | Last Change Version | Last Change Reason | CX Insights Name | CX Insights Type | CX Insights Folder Name |
---|---|---|---|---|---|---|---|---|---|
SurveyQuestionCategoryId | char (32) | False | No | ID of the survey question category. |
4.0.106.453 | 4.0 Release | |||
SurveyQuestionId | char (32) | False | No | ID of the survey question. |
4.0.106.453 | 4.0 Release |
Primary Key Name | Type | Column Name (sort order) |
---|---|---|
PK_SurveyQstnToQstnCategory | Clustered | SurveyQuestionId (Ascending) SurveyQuestionCategoryId (Ascending) |
Primary Key Name | Column Name (sort order) |
---|---|
PK_SurveyQstnToQstnCategory | SurveyQuestionId (Ascending) SurveyQuestionCategoryId (Ascending) |
Foreign Key Name | Column | Reference Table | Reference Column | Indexed |
---|---|---|---|---|
FK_SurveyQstnToQuestionCategory_SurveyQuestionCategoryId | SurveyQuestionCategoryId | SurveyQuestionCategory | SurveyQuestionCategoryId | Yes |
FK_SurveyQstnToQuestionCategory_SurveyQuestionId | SurveyQuestionId | SurveyQuestion | SurveyQuestionID | Yes |
Foreign Key Name | Column | Reference Table | Reference Column | Indexed |
---|---|---|---|---|
FK_SRVQSTNTOQSTNCAT_SRVQCATID | SurveyQuestionCategoryId | SurveyQuestionCategory | SurveyQuestionCategoryId | Yes |
FK_SRVQSTNTOQSTNCAT_SRVQSTNID | SurveyQuestionId | SurveyQuestion | SurveyQuestionID | Yes |
Index Name | Type | Column Name (sort order) |
---|---|---|
IX_SurveyQstnToQuestionCategory_SurveyQuestionCategoryId | Non-clustered | SurveyQuestionCategoryId (Ascending) |
Index Name | Column Name (sort order) |
---|---|
IX_SRVQSTNTOQSTNCAT_SRVQCATID | SurveyQuestionCategoryId (Ascending) |