Editing HumanResources.EmployeeDepartmentHistory (table)

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 178: Line 178:
 
| not null
 
| not null
 
|  
 
|  
| Employee identification number. Foreign key to Employee.EmployeeID.<br />PK_EmployeeDepartmentHistory_EmployeeID_StartDate_DepartmentID
+
| Employee identification number. Foreign key to Employee.EmployeeID.PK_EmployeeDepartmentHistory_EmployeeID_StartDate_DepartmentID
 
|- valign="top"
 
|- valign="top"
 
| DepartmentID
 
| DepartmentID
Line 184: Line 184:
 
| not null
 
| not null
 
|  
 
|  
| Department in which the employee worked including currently. Foreign key to Department.DepartmentID.<br />PK_EmployeeDepartmentHistory_EmployeeID_StartDate_DepartmentIDIX_EmployeeDepartmentHistory_DepartmentID
+
| Department in which the employee worked including currently. Foreign key to Department.DepartmentID.PK_EmployeeDepartmentHistory_EmployeeID_StartDate_DepartmentIDIX_EmployeeDepartmentHistory_DepartmentID
 
|- valign="top"
 
|- valign="top"
 
| ShiftID
 
| ShiftID
Line 190: Line 190:
 
| not null
 
| not null
 
|  
 
|  
| Identifies which 8-hour shift the employee works. Foreign key to Shift.Shift.ID.<br />PK_EmployeeDepartmentHistory_EmployeeID_StartDate_DepartmentIDIX_EmployeeDepartmentHistory_ShiftID
+
| Identifies which 8-hour shift the employee works. Foreign key to Shift.Shift.ID.PK_EmployeeDepartmentHistory_EmployeeID_StartDate_DepartmentIDIX_EmployeeDepartmentHistory_ShiftID
 
|- valign="top"
 
|- valign="top"
 
| StartDate
 
| StartDate
Line 196: Line 196:
 
| not null
 
| not null
 
|  
 
|  
| Date the employee started work in the department.<br />PK_EmployeeDepartmentHistory_EmployeeID_StartDate_DepartmentID
+
| Date the employee started work in the department.PK_EmployeeDepartmentHistory_EmployeeID_StartDate_DepartmentID
 
|- valign="top"
 
|- valign="top"
 
| EndDate
 
| EndDate
Line 202: Line 202:
 
| null
 
| null
 
|  
 
|  
| Date the employee left the department. NULL = Current department.<br />
+
| Date the employee left the department. NULL = Current department.
 
|- valign="top"
 
|- valign="top"
 
| ModifiedDate
 
| ModifiedDate
Line 208: Line 208:
 
| not null
 
| not null
 
| (GETDATE())
 
| (GETDATE())
| Date and time the record was last updated.<br />
+
| Date and time the record was last updated.
 
|}
 
|}
  

Please note that all contributions to dbscript Online Help may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Project:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)