| Table: dbo.Tax_Export_Program | |||
| Lists the different types of tax export programs. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| tax_export_program_KEY | int (4) | NOT NULL | Primary key for this table. |
| description | nvarchar (40) | NOT NULL | The Tax Export Program |
| Primary key | |||
| Name | Columns | Description | |
| PK_Tax_Export_Program | tax_export_program_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Tax_Export_Program$description | description | ||