Table: dbo.Backup_Withholding_Rate
The table used to store backup withholding rates and their effective dates.
Columns
NameTypeConstraintsDescription
backup_withholding_rate_KEYint (4)NOT NULLPrimary key for this table.
effective_datesmalldatetime (4)NOT NULLThe date when this rate becomes effective.
withholding_ratedecimal (5, 2)NOT NULLThe withholding rate stored as a percentage.
Primary key
NameColumnsDescription
PK_Backup_Withholding_Ratebackup_withholding_rate_KEY

Schema diagram