| Table: dbo.Backup_Withholding_Rate | |||
| The table used to store backup withholding rates and their effective dates. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| backup_withholding_rate_KEY | int (4) | NOT NULL | Primary key for this table. |
| effective_date | smalldatetime (4) | NOT NULL | The date when this rate becomes effective. |
| withholding_rate | decimal (5, 2) | NOT NULL | The withholding rate stored as a percentage. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Backup_Withholding_Rate | backup_withholding_rate_KEY | ||