| Table: dbo.Tax_Agent_Locality_Tax_Uid | |||
| Columns | |||
| Name | Type | Constraints | Description |
| tax_agent_locality_tax_uid_KEY | int (4) | NOT NULL | Primary key |
| tax_agent_KEY | int (4) | NOT NULL | Foreign key to the parent tax agent |
| locality_tax_uid | nvarchar (70) | NOT NULL | Locality tax UID associated with tax agent |
| Primary key | |||
| Name | Columns | Description | |
| PK_Tax_Agent_Locality_Tax_Uid | tax_agent_locality_tax_uid_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Tax_Agent_Locality_Tax_Uid$tax_agent_KEY$locality_tax_uid | tax_agent_KEY, locality_tax_uid | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Tax_Agent_Locality_Tax_Uid__Tax_Agent__tax_agent_KEY | tax_agent_KEY | Tax_Agent (tax_agent_KEY) | |