| Table: dbo.Tax_Agent_N_Vendor_Agent | |||
| Columns | |||
| Name | Type | Constraints | Description |
| tax_agent_n_vendor_agent_KEY | int (4) | NOT NULL | Primary key for this table |
| tax_agent_KEY | int (4) | NOT NULL | Key to associated table Tax_Agent |
| vendor_KEY | int (4) | NOT NULL | Key to associated table Vendor_Agent |
| Primary key | |||
| Name | Columns | Description | |
| PK_Tax_Agent_N_Vendor_Agent | tax_agent_n_vendor_agent_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Tax_Agent_N_Vendor_Agent$vendor_KEY | vendor_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Tax_Agent_N_Vendor_Agent__Tax_Agent__tax_agent_KEY | tax_agent_KEY | Tax_Agent (tax_agent_KEY) | |
| FK_Tax_Agent_N_Vendor_Agent__Vendor__vendor_KEY | vendor_KEY | Vendor (vendor_KEY) | |