HumanResources.JobCandidate

Table: 'HumanResources.JobCandidate'

4 fields. 24 bytes.

Resumes submitted to Human Resources by job applicants.

Field NameData TypeSizeOriginal TypeDefaultNullableDescriptionCheck
JobCandidateIDint identity int Not nullPrimary key for JobCandidate records. 
EmployeeIDint   NullEmployee identification number if applicant was hired. Foreign key to Employee.EmployeeID. 
Resumexml   NullResume in XML format. 
ModifiedDatedatetime  getdate()Not nullDate and time the record was last updated. 

Extended Properties

The object has no extended properties.

Primary key for table 'HumanResources.JobCandidate'

Primary Key NameField Name
PK_JobCandidate_JobCandidateIDJobCandidateID

Foreign keys for table 'HumanResources.JobCandidate', 1 item

ForeignPrimaryKey Name
JobCandidate.EmployeeIDEmployee.EmployeeIDFK_JobCandidate_Employee_EmployeeID

Indexes for table 'HumanResources.JobCandidate', 2 items

Index NameDescriptionClusteredUniqueFields
PK_JobCandidate_JobCandidateIDClustered index created by a primary key constraint.YesYesJobCandidateID
IX_JobCandidate_EmployeeIDNonclustered index.NoNoEmployeeID

Triggers for table 'HumanResources.JobCandidate', 1 item

NameDescriptionTypeEnabled
uJobCandidateAFTER UPDATE trigger setting the ModifiedDate column in the JobCandidat table to the current date.after Update Yes

Dependencies for table 'HumanResources.JobCandidate', 4 items

Object NameTypeField Name
HumanResources.uJobCandidatetriggerN/A
HumanResources.vJobCandidateviewN/A
HumanResources.vJobCandidateEducationviewN/A
HumanResources.vJobCandidateEmploymentviewN/A