| Table: dbo.Work_Location_Tax_Jurisdiction | |||
| Columns | |||
| Name | Type | Constraints | Description |
| work_location_tax_jurisdiction_KEY | int (4) | NOT NULL | Primary key for this table |
| work_location_KEY | int (4) | NOT NULL | Reference to work location |
| tax_jurisdiction_KEY | int (4) | NOT NULL | Reference to tax jurisdiction |
| Primary key | |||
| Name | Columns | Description | |
| PK_Work_Location_Tax_Jurisdiction | work_location_tax_jurisdiction_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Work_Location_Tax_Jurisdiction$work_location_KEY$tax_jurisdiction_KEY | work_location_KEY, tax_jurisdiction_KEY | ||