| Table: dbo.Withholding_Deposit_Schedule | |||
| Columns | |||
| Name | Type | Constraints | Description |
| withholding_deposit_schedule_KEY | int (4) | NOT NULL | Primary key for this table |
| ste_state_code_KEY | nvarchar (4) | NOT NULL | Symmetry state code |
| is_default_item | bit (1) | NOT NULL | Item is default |
| withholding_deposit_frequency_KEY | nvarchar (50) | NOT NULL | FK into Withholding_Deposit_Frequency table; the frequency that tax withholdings are to be deposited |
| Primary key | |||
| Name | Columns | Description | |
| PK_Withholding_Deposit_Schedule | withholding_deposit_schedule_KEY | ||