HumanResources.Department (table)
From dbscript Online Help
Contents |
wikibot
| Table | HumanResources.Department |
| Description | Lookup table containing the departments within the Adventure Works Cycles company. |
Columns
| Column | Data Type | Nullable | Default | Description |
| DepartmentID | smallint | not null | Primary key for Department records. | |
| Name | dbo.Name | not null | Name of the department. | |
| GroupName | dbo.Name | not null | Name of the group to which the department belongs. | |
| ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |
Primary Key
| Primary Key | Columns |
| PK_Department_DepartmentID | DepartmentID |
Indexes
| Index | Type | Columns |
| AK_Department_Name | Unique | Name |
Detail Tables
| Detail Table | Column | Referencing Column |
| HumanResources.EmployeeDepartmentHistory | DepartmentID | DepartmentID |
References
| Dependency Type | Object Type | Referenced Object |
| Data Type | Type | dbo.Name |
| Schema | Schema | HumanResources |
Dependencies
| Reference Type | Object Type | Referencing Object |
| Select | View | HumanResources.vEmployeeDepartment |
| Select | View | HumanResources.vEmployeeDepartmentHistory |
automatically generated
| Table | HumanResources.Department |
| Description | Lookup table containing the departments within the Adventure Works Cycles company. |
| Column | Data Type | Nullable | Default | Description / PK / Index |
| DepartmentID | smallint | not null | Primary key for Department records. PK_Department_DepartmentID | |
| Name | Name | not null | Name of the department. AK_Department_Name | |
| GroupName | Name | not null | Name of the group to which the department belongs. | |
| ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
| Detail Table | Column | Referencing Column |
| HumanResources.EmployeeDepartmentHistory | DepartmentID | DepartmentID |
| Dependency Type | Object Type | Referenced Object |
| Data Type | Type | dbo.Name |
| Schema | Schema | HumanResources |
| Reference Type | Object Type | Referencing Object |
| Select | View | HumanResources.vEmployeeDepartment |
| Select | View | HumanResources.vEmployeeDepartmentHistory |
