| Table: dbo.Taxpayer_Id_Number_Selection_Type | |||
| Type table for taxpayer id number selection. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| taxpayer_id_number_selection_type_KEY | int (4) | NOT NULL | Primary key. |
| description | nvarchar (50) | NOT NULL | Description |
| Primary key | |||
| Name | Columns | Description | |
| PK_Taxpayer_Id_Number_Selection_Type | taxpayer_id_number_selection_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Taxpayer_Id_Number_Selection_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Tax_Agent_Direct_Deposit_Tax_Payment_Information__Taxpayer_Id_Number_Selection_Type__taxpayer_id_number_selection_type_KEY | taxpayer_id_number_selection_type_KEY | Tax_Agent_Direct_Deposit_Tax_Payment_Information | |