LM_QUESTION_LNG(SQL Table) |
Index Back |
---|---|
Question - Related LanguageQUESTION is a record that defines the format and structure of a specific question that is presented as part of a Survey. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_SURVEY_ID | Character(10) | VARCHAR2(10) NOT NULL |
The SURVEY_ID is the unique identifier for a Survey definition.
Prompt Table: LM_SURVEY_DEFN |
2 | LM_QUESTION_NUM | Number(3,0) | SMALLINT NOT NULL | The QUESTION_NUM provides a unique value for each question in a Survey. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | LM_QUESTION_TEXT | Character(254) | VARCHAR2(254) NOT NULL | The QUESTION_STMT_TEXT string defines the text value to be presented on the Survey page that poses a specific question to the User. |