Difference between revisions of "HumanResources.JobCandidate (table)"

From dbscript Online Help
Jump to: navigation, search
Line 5: Line 5:
 
| '''Table
 
| '''Table
 
| HumanResources.JobCandidate
 
| HumanResources.JobCandidate
 +
|- valign="top"
 +
| '''Description
 +
| Résumés submitted to Human Resources by job applicants.
 
|-
 
|-
 
|}
 
|}
Line 15: Line 18:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description / PK / Index
| '''Index
 
 
 
|-
+
|- valign="top"
 
| JobCandidateID
 
| JobCandidateID
 
| int
 
| int
 
| not null
 
| not null
 
|  
 
|  
| PK_JobCandidate_JobCandidateID
+
| Primary key for JobCandidate records.<br />PK_JobCandidate_JobCandidateID
|
+
|- valign="top"
|-
 
 
| EmployeeID
 
| EmployeeID
 
| int
 
| int
 
| null
 
| null
 
|  
 
|  
|  
+
| Employee identification number if applicant was hired. Foreign key to Employee.EmployeeID.<br />IX_JobCandidate_EmployeeID
| IX_JobCandidate_EmployeeID
+
|- valign="top"
|-
 
 
| Resume
 
| Resume
 
| xml
 
| xml
 
| null
 
| null
 
|  
 
|  
|  
+
| Résumé in XML format.<br />
|
+
|- valign="top"
|-
 
 
| ModifiedDate
 
| ModifiedDate
 
| datetime
 
| datetime
 
| not null
 
| not null
 
| (getdate())
 
| (getdate())
|  
+
| Date and time the record was last updated.<br />
|
 
 
|}
 
|}
  
Line 61: Line 59:
 
| EmployeeID
 
| EmployeeID
 
|}
 
|}
 +
 +
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Dependency Type
 +
| '''Object Type
 +
| '''Referenced Object
 +
 +
|-
 +
| Data Type
 +
| XML Schema Collection
 +
| [[HumanResources.HRResumeSchemaCollection_(xml_schema_collection)|HumanResources.HRResumeSchemaCollection]]
 +
 +
|}
 +
 +
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Reference Type
 +
| '''Object Type
 +
| '''Referencing Object
 +
 +
|-
 +
| Select
 +
| View
 +
| [[HumanResources.vJobCandidate_(view)|HumanResources.vJobCandidate]]
 +
 +
|-
 +
| Select
 +
| View
 +
| [[HumanResources.vJobCandidateEducation_(view)|HumanResources.vJobCandidateEducation]]
 +
 +
|-
 +
| Select
 +
| View
 +
| [[HumanResources.vJobCandidateEmployment_(view)|HumanResources.vJobCandidateEmployment]]
 +
 +
|}
 +
 +
 +
 
== automatically generated ==
 
== automatically generated ==
  

Revision as of 23:54, 28 December 2009

wikibot

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
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


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