| Table: dbo.Client_Inactive_Reason | |||
| Columns | |||
| Name | Type | Constraints | Description |
| client_inactive_reason_KEY | int (4) | NOT NULL | Primary key for table. |
| description | nvarchar (60) | NOT NULL | Description of why client is no longer active. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Client_Inactive_Reason | client_inactive_reason_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Client_Inactive_Reason$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Client__Client_Inactive_Reason__client_inactive_reason_KEY | client_inactive_reason_KEY | Client | |