Generated using SQL Data Dictionary demo version.


Table HumanResources.JobCandidate (13 rows)


Résumés submitted to Human Resources by job applicants.


  Column Data Type Identity Nullable Default
PK JobCandidateID int X
Primary key for JobCandidate records.
FK BusinessEntityID int X
Employee identification number if applicant was hired. Foreign key to Employee.BusinessEntityID.
Resume xml X
Résumé in XML format.
ModifiedDate datetime getdate()
Date and time the record was last updated.

Indexes:


References:


Used by: