| Table: dbo.Tax_Form_Grouping | |||
| Table to identify how tax forms should be grouped together. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| tax_form_grouping_KEY | int (4) | NOT NULL | Primary key |
| description | nvarchar (30) | NOT NULL | Description of the tax form grouping |
| Primary key | |||
| Name | Columns | Description | |
| PK_Tax_Form_Grouping | tax_form_grouping_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Tax_Form_Grouping$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Firm__Tax_Form_Grouping__tax_form_grouping_KEY | tax_form_grouping_KEY | Firm | |