Table slot9.WORLD.TSTA.QUESTION_ANSWERS This table defines the answer choices for a custom question that can be associated with different modules in the application
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Analyzed at Mon Sep 20 21:05 MDT 2021 |
Requirements (check constraints):
Constraint | Constraint Name |
---|---|
COMMENT_REQ_FLAG IN ( 'Y' , 'N' ) | CK_QUA_CMT_FLAG |
DEFAULT_FLAG IN ( 'Y' , 'N' ) | CK_QUA_DEF_FLAG |
"ANSWER_ID" IS NOT NULL | QUA_ANSWR_ID_NN |
"QUESTION_ID" IS NOT NULL | QUA_QUEST_ID_NN |
Indexes:
Column(s) | Type | Sort | Constraint Name |
---|---|---|---|
ANSWER_ID | Primary key | Asc | QUA_PK |
QUESTION_ID | Performance | Asc | QUA_QU_FK_I |
![]() ![]() |