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. |