RecruitingJobApplicationslanguages
RecruitingJobApplicationslanguages
Columns
| Name | Type | Description |
| RecruitingJobApplicationsJobApplicationId [KEY] | Long | Finds the job application using a primary key and an application ID |
| AbleToTeachFlag | Bool | Indicates if the candidate can teach the language. |
| LanguageId [KEY] | Long | ID assigned each language known to the candidate. |
| ReadingModelId | Long | ID assigned to the language reading mode. |
| SpeakingModelId | Long | ID assigned to the language speaking mode. |
| WritingLevelId | Long | ID assigned to the language writing level of the candidates. |
| EvaluatedOn | Date | Specifics on which the language proficiency of the candidate is evaluated. |
| Language | String | Language name. |
| NativeSpeakerFlag | Bool | Indicates if the candidate is a native speaker of the language. |
| ReadingLevelId | Long | ID assigned to the language reading level of the candidate. |
| SpeakingLevelId | Long | ID assigned to the language speaking level of the candidate. |
| AbleToTranslateFlag | Bool | Indicates if the candidate can translate the language. |
| WritingModelId | Long | ID assigned to the language writing mode. |
| ContentItemId | Long | ID assigned to each item in the languages section. |
| SectionId | Long | ID assigned to each section of language. |
| Comments | String | Additional comments about the knowledge in language. |
| EvaluationLocation | String | Location where the language evaluation was conducted. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| EmailAddress | String | EmailAddress |
| JobApplicationId | Long | JobApplicationId |
| RequisitionNumber | String | RequisitionNumber |
| Finder | String | finder |