| Table: dbo.Length_Of_Service_Selection | |||
| Columns | |||
| Name | Type | Constraints | Description |
| length_of_service_selection_KEY | int (4) | NOT NULL | Primary key for this table |
| service_time_unit | nvarchar (14) | NOT NULL | The unit of time which the system will use to calculate a graduated benefit accrual. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Length_Of_Service_Selection | length_of_service_selection_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Length_Of_Service_Selection$service_time_unit | service_time_unit | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Client_Benefit__Length_Of_Service_Selection__graduated_allowance_calculation__length_of_service_selection_KEY | graduated_allowance_calculation__length_of_service_selection_KEY | Client_Benefit | |