Databases > AdventureWorks2019 > Tables > HumanResources.JobCandidate

AdventureWorks2019

HumanResources.JobCandidate

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

Created: Modified:

Columns

  • //
    ${escapify(column.description)}
    JobCandidateID
    [int] IDENTITY (1,1) NOT NULL
  • //
    ${escapify(column.description)}
    BusinessEntityID
    [int] NULL
  • //
    ${escapify(column.description)}
    Resume
    [xml] NULL
  • //
    ${escapify(column.description)}
    ModifiedDate
    [datetime] NOT NULL DEFAULT (getdate())

Indexes

  • //
    Clustered index created by a primary key constraint.
    PK_JobCandidate_JobCandidateID
    UNIQUE CLUSTERED
    JobCandidateID
  • //
    Nonclustered index.
    IX_JobCandidate_BusinessEntityID
    NONCLUSTERED
    BusinessEntityID

Foreign Keys

  • //
    Foreign key constraint referencing Employee.EmployeeID.
    FK_JobCandidate_Employee_BusinessEntityID
    HumanResources.Employee
    BusinessEntityID ⥱ BusinessEntityID

Sample Data

JobCandidateID
BusinessEntityID
Resume
ModifiedDate
1
NULL
[xml]
2
NULL
[xml]
3
NULL
[xml]
4
274
[xml]
5
NULL
[xml]
6
NULL
[xml]
7
NULL
[xml]
8
212
[xml]
9
NULL
[xml]
10
NULL
[xml]
11
NULL
[xml]
12
NULL
[xml]
13
NULL
[xml]