HumanResources.Department (table)
wikibot
Table | HumanResources.Department |
Column | Data Type | Nullable | Default | PK | Index |
DepartmentID | smallint | not null | PK_Department_DepartmentID | ||
Name | dbo.Name | not null | AK_Department_Name | ||
GroupName | dbo.Name | not null | |||
ModifiedDate | datetime | not null | (getdate()) |
Detail Table | Column | Referencing Column |
HumanResources.EmployeeDepartmentHistory | DepartmentID | DepartmentID |