| Table: dbo.Client_Primary_Location | |||
| Columns | |||
| Name | Type | Constraints | Description |
| client_KEY | int (4) | NOT NULL | Primary key for this table, Key to a Client record |
| location_KEY | int (4) | NOT NULL | Key to a Location record |
| Primary key | |||
| Name | Columns | Description | |
| PK_Client_Primary_Location$client_KEY | client_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Client_Primary_Location$location_KEY | location_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Client_Primary_Location__Client__client_KEY | client_KEY | Client (client_KEY) | |
| FK_Client_Primary_Location__Location__location_KEY | location_KEY | Location (location_KEY) | |