Stores the trending analysis data for surveys.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| answer_id | integer | not null | The owning answer from the Service Desk Survey Answer table. (integer relation is use not uuid) |
| survey_name | nvarchar(100) | with null | The name of the survey as stored in Service Desk. |
| tracking_object_id | integer | with null | The owning object which generated the Survey from the Service Desk Survey Tracking table. (integer relation is use not uuid) |
| question_id | integer | with null | The owning question from the Service Desk Survey_Question table. (integer relation is use not uuid) |
| owning_survey | integer | with null | The owning survey from the Service Desk Survey table. (integer relation is use not uuid) |
| answer_dt | date | with null | The date that the answer was received for the survey |
| data_source | varchar(64) | with null | Source that the data was received from |
Product Name: Unicenter Service Intelligence
Table Type: Table