Table: dbo.Form_1099_Sa_Distribution_Code | |||
Distribution codes for the 1099-Sa form, box 3 | |||
Columns | |||
Name | Type | Constraints | Description |
form_1099_sa_distribution_code_KEY | int (4) | NOT NULL | Primary key to the Form_1099_Sa_Distribution_Code table |
tax_year | int (4) | NOT NULL | The tax year that the code is avaialble in |
distribution_code | nvarchar (2) | NOT NULL | Single character code entered into the 1099-SA form |
description | nvarchar (256) | NOT NULL | Description of the code entered into the 1099-SA form |
Primary key | |||
Name | Columns | Description | |
PK_Form_1099_Sa_Distribution_Code | form_1099_sa_distribution_code_KEY |