Clerk
Fields
| Field name | Ordinal | Native type | Length | Precision | Scale | Is Nullable | Is PK | Is FK | Is Identity | Is Computed | Default value | Default sequence | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ClerkID | 1 | int | 0 | 10 | 0 | Yes | Yes | |||||
| JobDescription | 2 | varchar | 50 | 0 | 0 | 
Foreign key constraints
FK_Clerk_Employee
| Aspect | Value | 
|---|---|
| Primary key table | dbo.Employee | 
| Delete rule | NoAction | 
| Update rule | NoAction | 
| Foreign key field | Primary key field | 
|---|---|
| ClerkID | dbo.Employee.EmployeeID | 
Model elements mapped on this table
| Model Element | Element type | 
|---|---|
| Clerk | Entity |