Department (DEP) |
Employee clasification $
|
|
Keys
|
| Name |
Attributes |
Fields |
| DEP:GuidKey |
Case |
+DEP:Guid |
| DEP:key |
Primary |
+DEP:Department |
| DEP:DescKey |
Dup,Nulls |
+DEP:Description |
|
|
Fields
|
| Name |
Type |
Picture |
Description |
| DEP:Guid |
STRING |
@s16 |
Internal System Identifier |
| DEP:Department |
LONG |
@n-14 |
Deparment Code Number |
| DEP:Description |
STRING |
@s30 |
Department name |
|
|
RelationShips
|
| Table |
Type |
This Key |
Foreign Key |
| JobHours |
1:MANY |
DEP:key |
JHR:DepartmentKey |
| MoveDepartment |
1:MANY |
DEP:key |
MDE:DepartmentKey |
| Employee |
1:MANY |
DEP:key |
EMP:DeptKey |
|