Contains information about survey questions and responses.
Fields
Field |
Field Type |
Null |
Notes |
Description |
QUESTION
|
nvarchar(max)
|
false
|
|
|
BBNCQUESTIONID
|
int
|
false
|
|
The ID of the downloaded BBNC answer record.
|
RESPONSE
|
nvarchar(max)
|
false
|
|
|
BBNCRESPONSEID
|
int
|
false
|
|
The ID of the downloaded BBNC response record.
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|