| Table: dbo.Federal_Tax_Exemption_Type | |||
| Columns | |||
| Name | Type | Constraints | Description |
| federal_tax_exemption_type_KEY | int (4) | NOT NULL | Primary key for the Federal_Tax_Exemption_List table. |
| employee__tax_code_type_KEY | int (4) | Employee tax code type | |
| employer__tax_code_type_KEY | int (4) | Employer tax code type | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Federal_Tax_Exemption_Type | federal_tax_exemption_type_KEY | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Federal_Tax_Exemption__Federal_Tax_Exemption_Type__federal_tax_exemption_type_KEY | federal_tax_exemption_type_KEY | Federal_Tax_Exemption | |