| Table: dbo.Tax_Agent_Ste_Location_Code | |||
| Columns | |||
| Name | Type | Constraints | Description |
| tax_agent_ste_location_code_KEY | int (4) | NOT NULL | Primary key for this table |
| tax_agent_KEY | int (4) | NOT NULL | Reference to tax agent |
| ste_location_code | nvarchar (70) | NOT NULL | Tax code used by Symmetry |
| Primary key | |||
| Name | Columns | Description | |
| PK_Tax_Agent_Ste_Location_Code | tax_agent_ste_location_code_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Tax_Agent_Ste_Location_Code__Tax_Agent__tax_agent_KEY | tax_agent_KEY | Tax_Agent (tax_agent_KEY) | |