Survey Question Category
The SurveyQuestionCategory table contains the definition of question categories.
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 |
CategoryName | nvarchar (255) | False | Depends on customer usage | Name of the category. |
4.0.106.453 | 4.0 Release | Category Name | Attribute | CSSurvey |
QuestionSemantics | int | True | No | Meta data about the questions in this category. Internal Use Only. |
4.0.106.453 | 4.0 Release | ACSI Semantics | Fact | 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 | |||
CategoryName | nvarchar2 (255) | False | Depends on customer usage | Name of the category. |
4.0.106.453 | 4.0 Release | |||
QuestionSemantics | integer | True | No | Meta data about the questions in this category. Internal Use Only. |
4.0.106.453 | 4.0 Release |
Primary Key Name | Type | Column Name (sort order) |
---|---|---|
PK_SurveyQuestionCategory | Non-clustered | SurveyQuestionCategoryId (Ascending) |
Primary Key Name | Column Name (sort order) |
---|---|
PK_SurveyQuestionCategory | SurveyQuestionCategoryId (Ascending) |
Index Name | Type | Column Name (sort order) |
---|---|---|
IX_SurveyQuestionCategory_QuestionSemantics | Non-clustered | QuestionSemantics (Ascending) |
Index Name | Column Name (sort order) |
---|---|
IX_SurveyQuestionCategory_QuestionSemantics | QuestionSemantics (Ascending) |