Difference between revisions of "HumanResources.JobCandidate (table)"
Line 91: | Line 91: | ||
| Schema | | Schema | ||
| Schema | | Schema | ||
− | | [[HumanResources_ | + | | [[HumanResources_(schema)|HumanResources]] |
|- valign="top" | |- valign="top" | ||
| Data Type | | Data Type | ||
| XML Schema Collection | | XML Schema Collection | ||
− | | [[HumanResources.HRResumeSchemaCollection_( | + | | [[HumanResources.HRResumeSchemaCollection_(xml schema collection)|HumanResources.HRResumeSchemaCollection]] |
|} | |} | ||
Line 110: | Line 110: | ||
| Select | | Select | ||
| View | | View | ||
− | | [[HumanResources.vJobCandidate_ | + | | [[HumanResources.vJobCandidate_(view)|HumanResources.vJobCandidate]] |
|- valign="top" | |- valign="top" | ||
| Select | | Select | ||
| View | | View | ||
− | | [[HumanResources.vJobCandidateEducation_ | + | | [[HumanResources.vJobCandidateEducation_(view)|HumanResources.vJobCandidateEducation]] |
|- valign="top" | |- valign="top" | ||
| Select | | Select | ||
| View | | View | ||
− | | [[HumanResources.vJobCandidateEmployment_ | + | | [[HumanResources.vJobCandidateEmployment_(view)|HumanResources.vJobCandidateEmployment]] |
|} | |} |
Latest revision as of 23:15, 23 June 2010
Contents
wikibot[edit]
Table | HumanResources.JobCandidate |
Description | Résumés submitted to Human Resources by job applicants. |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
JobCandidateID | int | not null | Primary key for JobCandidate records. | |
EmployeeID | int | null | Employee identification number if applicant was hired. Foreign key to Employee.EmployeeID. | |
Resume | xml | null | Résumé in XML format. | |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |
Primary Key[edit]
Primary Key | Columns |
PK_JobCandidate_JobCandidateID | JobCandidateID |
Indexes[edit]
Index | Type | Columns |
IX_JobCandidate_EmployeeID | EmployeeID |
Foreign Keys[edit]
Relation | Column | Referenced Column |
HumanResources.Employee | EmployeeID | EmployeeID |
References[edit]
Dependency Type | Object Type | Referenced Object |
Schema | Schema | HumanResources |
Data Type | XML Schema Collection | HumanResources.HRResumeSchemaCollection |
Dependencies[edit]
Reference Type | Object Type | Referencing Object |
Select | View | HumanResources.vJobCandidate |
Select | View | HumanResources.vJobCandidateEducation |
Select | View | HumanResources.vJobCandidateEmployment |
automatically generated[edit]
Table | HumanResources.JobCandidate |
Description | Résumés submitted to Human Resources by job applicants. |
Column | Data Type | Nullable | Default | Description / PK / Index |
JobCandidateID | int | not null | Primary key for JobCandidate records. PK_JobCandidate_JobCandidateID | |
EmployeeID | int | null | Employee identification number if applicant was hired. Foreign key to Employee.EmployeeID. IX_JobCandidate_EmployeeID | |
Resume | XML | null | Résumé in XML format. | |
ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
Relation | Column | Referenced Column |
HumanResources.Employee | EmployeeID | EmployeeID |
Dependency Type | Object Type | Referenced Object |
Schema | Schema | HumanResources |
Data Type | XML Schema Collection | HumanResources.HRResumeSchemaCollection |
Reference Type | Object Type | Referencing Object |
Select | View | HumanResources.vJobCandidate |
Select | View | HumanResources.vJobCandidateEducation |
Select | View | HumanResources.vJobCandidateEmployment |