Table: dbo.Tax_Form_Selection_Filing_Instruction_Type | |||
This table defines all of the tax form slection filing instruction types used in the Tax_Form_Selection table. | |||
Columns | |||
Name | Type | Constraints | Description |
tax_form_selection_filing_instruction_type_KEY | tinyint (1) | NOT NULL | Primary Key for this table. |
description | nvarchar (60) | NOT NULL | The description of the tax form selection filing instruction type. |
Primary key | |||
Name | Columns | Description | |
PK_Tax_Form_Selection_Filing_Instruction_Type | tax_form_selection_filing_instruction_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Tax_Form_Selection_Filing_Instruction_Type$description | description |