Generated using SQL Data Dictionary demo version.
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. | |||||
Primary key (clustered) constraint
Nonclustered index.