FND_BOSS_EXMPL_TO_QSTN

Table used to relate LLM examples in fnd_boss_llm_examples to natural language questions in fnd_boss_llm_questions

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: fnd_boss_exmpl_to_qstn

Primary Key

Name Columns

FND_BOSS_EXMPL_TO_QSTN_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes ID for relationship between llm example and question
DEPLOYMENT_ID VARCHAR2 64 Yes Deployment ID used when generating this question to example relatioship
LANGUAGE_CODE VARCHAR2 30 Yes Language code used, e.g. en-US
LLM_EXAMPLE_ID NUMBER 18 Yes Foreign key to ID in fnd_boss_llm_examples
LLM_QUESTION_ID NUMBER 18 Yes Foreign key to ID in fnd_boss_llm_questions

Indexes

Index Uniqueness Tablespace Columns
FND_BOSS_EXMPL_TO_QSTN_U1 Unique FND_BOSS_EXMPL_TO_QSTN_U1 ID
FND_BOSS_EXMPL_TO_QSTN_U2 Unique FND_BOSS_EXMPL_TO_QSTN_U2 DEPLOYMENT_ID, LLM_EXAMPLE_ID, LLM_QUESTION_ID