Table: dbo.Tax_Period_Frequency | |||
Columns | |||
Name | Type | Constraints | Description |
tax_period_frequency_KEY | int (4) | NOT NULL | Primary key for this table |
description | nvarchar (60) | NOT NULL | Description |
periods_per_year | int (4) | NOT NULL | Number of tax periods for this frequency per year |
Primary key | |||
Name | Columns | Description | |
PK_Tax_Period_Frequency | tax_period_frequency_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Tax_Period_Frequency$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Tax_Agent_Direct_Deposit_Tax_Payment_Information__Tax_Period_Frequency__tax_period_frequency_KEY | tax_period_frequency_KEY | Tax_Agent_Direct_Deposit_Tax_Payment_Information |