Survey Question Category

SurveyQuestionCategory Table

Survey Question Category

The SurveyQuestionCategory table contains the definition of question categories.

  • Table Type - Lookup
  • Last Changed Version - 4.0.106.453
  • Last Changed Reason - 4.0 Release

SQL Column Definitions

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

SQL Constraints

Primary Key Name Type Column Name (sort order)
PK_SurveyQuestionCategory Non-clustered SurveyQuestionCategoryId (Ascending)


Index Name Type Column Name (sort order)
IX_SurveyQuestionCategory_QuestionSemantics Non-clustered QuestionSemantics (Ascending)