| Table: dbo.Tax_Agent_Form_Filing_Address_Scenario | |||
| Table for all the various types of form filing address scenarios for the tax agents. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| tax_agent_form_filing_address_scenario_KEY | int (4) | NOT NULL | Primary Key |
| description | nvarchar (100) | NOT NULL | The description of the address scenario. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Tax_Agent_Form_Filing_Address_Scenario | tax_agent_form_filing_address_scenario_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Tax_Agent_Form_Filing_Address_Scenario$description | description | ||