Expand Minimize
1 out of 1 rated this helpful - Rate this topic

Department Table (AdventureWorks)

Contains the departments within the Adventure Works Cycles company.

The Department table is contained in the HumanResources schema.

Column Data type Nullability Description

DepartmentID

smallint

Not null

Primary key for Department rows.

Name

Name (user-defined type)

nvarchar(50)

Not null

Name of the department.

GroupName

Name (user-defined type)

nvarchar(50)

Not null

Name of the group to which the department belongs.

ModifiedDate

datetime

Not null

Date and time the row was last updated.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.