Manager
Fields
| Field name | Ordinal | Native type | Length | Precision | Scale | Is Nullable | Is PK | Is FK | Is Identity | Is Computed | Default value | Default sequence |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ManagerID | 1 | int | 0 | 10 | 0 | Yes | Yes | |||||
| ManagesDepartmentID | 2 | int | 0 | 10 | 0 | Yes | Yes |
Foreign key constraints
FK_Manager_Department
| Aspect | Value |
|---|---|
| Primary key table | dbo.Department |
| Delete rule | NoAction |
| Update rule | NoAction |
| Foreign key field | Primary key field |
|---|---|
| ManagesDepartmentID | dbo.Department.DepartmentID |
FK_Manager_Employee
| Aspect | Value |
|---|---|
| Primary key table | dbo.Employee |
| Delete rule | NoAction |
| Update rule | NoAction |
| Foreign key field | Primary key field |
|---|---|
| ManagerID | dbo.Employee.EmployeeID |
Model elements mapped on this table
| Model Element | Element type |
|---|---|
| Manager | Entity |