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

Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
ANSWER_ID number 38
ARREST_QUESTIONS.ANSWER_ID ARRQ_QUA_FK R
QUESTION_ID number 38
QUESTIONS.QUESTION_ID QUA_QU_FK R
ANSWER varchar2 200  √  null
COMMENT_REQ_FLAG varchar2 1  √  'N'
DEFAULT_FLAG varchar2 1  √  'N'
CREATOR_ID varchar2 100  √  null
CREATOR_DATE date 7  √  null
UPDATOR_ID varchar2 100  √  null
UPDATOR_DATE date 7  √  null

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

Close relationships  within of separation: