Difference between revisions of "HumanResources.JobCandidate (table)"
Line 12: | Line 12: | ||
+ | === Columns === | ||
{| 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" | ||
Line 18: | Line 19: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | '''Description | + | | '''Description |
|- valign="top" | |- valign="top" | ||
Line 25: | Line 26: | ||
| not null | | not null | ||
| | | | ||
− | | Primary key for JobCandidate records. | + | | Primary key for JobCandidate records. |
|- valign="top" | |- valign="top" | ||
| EmployeeID | | EmployeeID | ||
Line 31: | Line 32: | ||
| 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. |
|- valign="top" | |- valign="top" | ||
| Resume | | Resume | ||
Line 37: | Line 38: | ||
| null | | null | ||
| | | | ||
− | | Résumé in XML format. | + | | Résumé in XML format. |
|- valign="top" | |- valign="top" | ||
| ModifiedDate | | ModifiedDate | ||
Line 43: | Line 44: | ||
| not null | | not null | ||
| (getdate()) | | (getdate()) | ||
− | | Date and time the record was last updated. | + | | Date and time the record was last updated. |
|} | |} | ||
+ | === Primary Key === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Primary Key | ||
+ | | '''Columns | ||
+ | |- | ||
+ | | PK_JobCandidate_JobCandidateID | ||
+ | | JobCandidateID | ||
+ | |} | ||
+ | === Indexes === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Index | ||
+ | | '''Type | ||
+ | | '''Columns | ||
+ | |||
+ | |- | ||
+ | | IX_JobCandidate_EmployeeID | ||
+ | | | ||
+ | | EmployeeID | ||
+ | |} | ||
+ | === Foreign Keys === | ||
{| 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" | ||
Line 60: | Line 83: | ||
|} | |} | ||
− | + | === References === | |
{| 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" | ||
Line 66: | Line 89: | ||
| '''Object Type | | '''Object Type | ||
| '''Referenced Object | | '''Referenced Object | ||
+ | |||
+ | |- | ||
+ | | Schema | ||
+ | | Schema | ||
+ | | [[HumanResources_(schema)|HumanResources]] | ||
|- | |- | ||
Line 74: | Line 102: | ||
|} | |} | ||
− | + | === Dependencies === | |
{| 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" | ||
Line 97: | Line 125: | ||
|} | |} | ||
− | |||
Revision as of 23:07, 2 February 2010
Contents
wikibot
Table | HumanResources.JobCandidate |
Description | Résumés submitted to Human Resources by job applicants. |
Columns
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
Primary Key | Columns |
PK_JobCandidate_JobCandidateID | JobCandidateID |
Indexes
Index | Type | Columns |
IX_JobCandidate_EmployeeID | EmployeeID |
Foreign Keys
Relation | Column | Referenced Column |
HumanResources.Employee | EmployeeID | EmployeeID |
References
Dependency Type | Object Type | Referenced Object |
Schema | Schema | HumanResources |
Data Type | XML Schema Collection | HumanResources.HRResumeSchemaCollection |
Dependencies
Reference Type | Object Type | Referencing Object |
Select | View | HumanResources.vJobCandidate |
Select | View | HumanResources.vJobCandidateEducation |
Select | View | HumanResources.vJobCandidateEmployment |
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 |