HumanResources Department (table)

wikibot

TableHumanResources.Department
DescriptionLookup table containing the departments within the Adventure Works Cycles company.

Columns

ColumnData TypeNullableDefaultDescription
DepartmentIDsmallintnot null Primary key for Department records.
Namedbo.Namenot null Name of the department.
GroupNamedbo.Namenot null Name of the group to which the department belongs.
ModifiedDatedatetimenot null(getdate())Date and time the record was last updated.

Primary Key

Primary KeyColumns
PK_Department_DepartmentIDDepartmentID

Indexes

IndexTypeColumns
AK_Department_NameUniqueName

Detail Tables

Detail TableColumnReferencing Column
HumanResources.EmployeeDepartmentHistoryDepartmentIDDepartmentID

References

Dependency TypeObject TypeReferenced Object
Data TypeTypedbo.Name
SchemaSchemaHumanResources

Dependencies

Reference TypeObject TypeReferencing Object
SelectViewHumanResources.vEmployeeDepartment
SelectViewHumanResources.vEmployeeDepartmentHistory