Difference between revisions of "HumanResources.Department (table)"
Line 127: | Line 127: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
+ | | '''Dependency Type | ||
+ | | '''Object Type | ||
| '''Referenced Object | | '''Referenced Object | ||
− | |||
− | |||
|- | |- | ||
+ | | Data Type | ||
+ | | Type | ||
| [[dbo.Name_(type)|dbo.Name]] | | [[dbo.Name_(type)|dbo.Name]] | ||
− | + | ||
− | |||
|- | |- | ||
− | |||
| Schema | | Schema | ||
| Schema | | Schema | ||
+ | | [[HumanResources_(schema)|.HumanResources]] | ||
+ | |||
|} | |} | ||
Line 144: | Line 146: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
+ | | '''Reference Type | ||
+ | | '''Object Type | ||
| '''Referencing Object | | '''Referencing Object | ||
− | |||
− | |||
|- | |- | ||
+ | | Select | ||
+ | | View | ||
| [[HumanResources.vEmployeeDepartment_(view)|HumanResources.vEmployeeDepartment]] | | [[HumanResources.vEmployeeDepartment_(view)|HumanResources.vEmployeeDepartment]] | ||
+ | |||
+ | |- | ||
+ | | Select | ||
| View | | View | ||
− | |||
− | |||
| [[HumanResources.vEmployeeDepartmentHistory_(view)|HumanResources.vEmployeeDepartmentHistory]] | | [[HumanResources.vEmployeeDepartmentHistory_(view)|HumanResources.vEmployeeDepartmentHistory]] | ||
− | + | ||
− | |||
|} | |} |
Revision as of 06:31, 30 November 2009
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 |
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 |