IR_KeywordSet Table

  • Table Type - Lookup
  • Last Changed Version - 15.4.0.418
  • Last Changed Reason - Added to store keyword set and category assiociated with each keyword spot.

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
KeywordSetId int False No

15.4.0.418 Added to store keyword set and category assiociated with each keyword spot.
DisplayName nvarchar (128) False Depends on customer usage

15.4.0.418 Added to store keyword set and category assiociated with each keyword spot.
Category nvarchar (128) True Depends on customer usage

15.4.0.418 Added to store keyword set and category assiociated with each keyword spot.

SQL Constraints

Primary Key Name Type Column Name (sort order)
PK_IR_KeywordSet Clustered KeywordSetId (Ascending)


Index Name Type Column Name (sort order)
IX_IR_KeywordSet_Category Non-clustered Category (Ascending)
IX_IR_KeywordSet_DisplayName Non-clustered DisplayName (Ascending)