| Table: dbo.Federal_Tax_Exemption | |||
| Columns | |||
| Name | Type | Constraints | Description |
| federal_tax_exemption_KEY | int (4) | NOT NULL | Primary key for the Federal_Tax_Exemption table. |
| federal_tax_exemption_type_KEY | int (4) | Associated federal tax exemption list item. | |
| client_payroll_item_KEY | int (4) | NOT NULL | Associated client payroll item. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Federal_Tax_Exemption | federal_tax_exemption_KEY | ||