Difference between revisions of "HumanResources.JobCandidate (table)"
| Line 61: | Line 61: | ||
| EmployeeID | | EmployeeID | ||
|} | |} | ||
| − | |||
== automatically generated == | == automatically generated == | ||
| Line 83: | Line 82: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
| − | | '''Description | + | | '''Description / PK / Index |
| − | |||
| − | |- | + | |- valign="top" |
| JobCandidateID | | JobCandidateID | ||
| int | | int | ||
| not null | | not null | ||
| | | | ||
| − | | Primary key for JobCandidate records. | + | | Primary key for JobCandidate records.PK_JobCandidate_JobCandidateID |
| − | + | |- valign="top" | |
| − | |- | ||
| EmployeeID | | EmployeeID | ||
| int | | int | ||
| null | | null | ||
| | | | ||
| − | | Employee identification number if applicant was hired. Foreign key to Employee.EmployeeID. | + | | Employee identification number if applicant was hired. Foreign key to Employee.EmployeeID.IX_JobCandidate_EmployeeID |
| − | + | |- valign="top" | |
| − | |- | ||
| Resume | | Resume | ||
| XML | | XML | ||
| Line 106: | Line 102: | ||
| | | | ||
| Résumé in XML format. | | Résumé in XML format. | ||
| − | + | |- valign="top" | |
| − | |- | ||
| ModifiedDate | | ModifiedDate | ||
| datetime | | datetime | ||
| Line 113: | Line 108: | ||
| (GETDATE()) | | (GETDATE()) | ||
| Date and time the record was last updated. | | Date and time the record was last updated. | ||
| − | |||
|} | |} | ||
| Line 128: | Line 122: | ||
| EmployeeID | | EmployeeID | ||
| EmployeeID | | EmployeeID | ||
| + | |} | ||
| + | |||
| + | |||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- style="background:silver" | ||
| + | | '''Referenced Object | ||
| + | | '''Object Type | ||
| + | | '''Dependency Type | ||
| + | |||
| + | |- | ||
| + | | [[HumanResources.HRResumeSchemaCollection_(xml_schema_collection)|HumanResources.HRResumeSchemaCollection]] | ||
| + | | XML Schema Collection | ||
| + | | Data Type | ||
| + | |} | ||
| + | |||
| + | |||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- style="background:silver" | ||
| + | | '''Referencing Object | ||
| + | | '''Object Type | ||
| + | | '''Reference Type | ||
| + | |||
| + | |- | ||
| + | | [[HumanResources.vJobCandidate_(view)|HumanResources.vJobCandidate]] | ||
| + | | View | ||
| + | | Select | ||
| + | |- | ||
| + | | [[HumanResources.vJobCandidateEducation_(view)|HumanResources.vJobCandidateEducation]] | ||
| + | | View | ||
| + | | Select | ||
| + | |- | ||
| + | | [[HumanResources.vJobCandidateEmployment_(view)|HumanResources.vJobCandidateEmployment]] | ||
| + | | View | ||
| + | | Select | ||
|} | |} | ||
Revision as of 23:57, 26 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 |
| Referenced Object | Object Type | Dependency Type |
| HumanResources.HRResumeSchemaCollection | XML Schema Collection | Data Type |
| Referencing Object | Object Type | Reference Type |
| HumanResources.vJobCandidate | View | Select |
| HumanResources.vJobCandidateEducation | View | Select |
| HumanResources.vJobCandidateEmployment | View | Select |