Difference between revisions of "HumanResources.JobCandidate (table)"
Line 127: | Line 127: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
+ | | '''Dependency Type | ||
+ | | '''Object Type | ||
| '''Referenced Object | | '''Referenced Object | ||
− | |||
− | |||
|- | |- | ||
− | |||
| Schema | | Schema | ||
| Schema | | Schema | ||
+ | | [[HumanResources_(schema)|.HumanResources]] | ||
+ | |||
|- | |- | ||
+ | | Data Type | ||
+ | | XML Schema Collection | ||
| [[HumanResources.HRResumeSchemaCollection_(xml_schema_collection)|HumanResources.HRResumeSchemaCollection]] | | [[HumanResources.HRResumeSchemaCollection_(xml_schema_collection)|HumanResources.HRResumeSchemaCollection]] | ||
− | + | ||
− | |||
|} | |} | ||
Line 144: | Line 146: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
+ | | '''Reference Type | ||
+ | | '''Object Type | ||
| '''Referencing Object | | '''Referencing Object | ||
− | |||
− | |||
|- | |- | ||
+ | | Select | ||
+ | | View | ||
| [[HumanResources.vJobCandidate_(view)|HumanResources.vJobCandidate]] | | [[HumanResources.vJobCandidate_(view)|HumanResources.vJobCandidate]] | ||
+ | |||
+ | |- | ||
+ | | Select | ||
| View | | View | ||
+ | | [[HumanResources.vJobCandidateEducation_(view)|HumanResources.vJobCandidateEducation]] | ||
+ | |||
+ | |- | ||
| Select | | Select | ||
− | |||
− | |||
| View | | View | ||
− | |||
− | |||
| [[HumanResources.vJobCandidateEmployment_(view)|HumanResources.vJobCandidateEmployment]] | | [[HumanResources.vJobCandidateEmployment_(view)|HumanResources.vJobCandidateEmployment]] | ||
− | + | ||
− | |||
|} | |} |
Revision as of 06:32, 30 November 2009
wikibot
Table | HumanResources.JobCandidate |
Column | Data Type | Nullable | Default | PK | Index |
JobCandidateID | int | not null | PK_JobCandidate_JobCandidateID | ||
EmployeeID | int | null | IX_JobCandidate_EmployeeID | ||
Resume | xml | null | |||
ModifiedDate | datetime | not null | (getdate()) |
Relation | Column | Referenced Column |
HumanResources.Employee | EmployeeID | EmployeeID |
automatically generated
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 |