CUSTOM_QUESTION_ANSWERS_PROGRAM

0 rows


Description

Columns dynamically generated for questions for program sessions beginning or ending in the past 3 and future 3 months, populated with the most recent answer to that question

Columns

Column Type Size Nulls Auto Default Children Parents Comments
PROGRAM_ID int 4 null

Program ID

SESSION_ID int 4 null

Session ID

CUSTOMER_ID int 4 null

Customer’s ID

REGISTRATION_ID int 4 null

ID of the registration record

TRANSACTION_ID int 4 null

The most recent transaction ID for this program registration

BEGIN_DATE_TIME datetime 16,3 null

Session start date and time

END_DATE_TIME datetime 16,3 null

Session end date and time

BEGIN_DATE_ONLY date 20 null

Session start date (date only)

END_DATE_ONLY date 20 null

Session end date (date only)

QUESTION_COLUMNS_BUILT_DYNAMICALLY varchar 500 null

Columns for each custom question will be dynamically generated

Relationships

View Definition


Possibly Referenced Tables/Views