Table: dbo.Billing_Fee_Month | |||
Columns | |||
Name | Type | Constraints | Description |
billing_fee_month_KEY | int (4) | NOT NULL | Primary key for this table; specifies the month of the billing |
month_name | nvarchar (20) | NOT NULL | Month name, displayed |
billing_fee_frequency_KEY | int (4) | NOT NULL | Foreign key; key of associated billing frequency |
Primary key | |||
Name | Columns | Description | |
PK_Billing_Fee_Month | billing_fee_month_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Billing_Fee_Month__Billing_Fee_Frequency__billing_fee_frequency_KEY | billing_fee_frequency_KEY | Billing_Fee_Frequency (billing_fee_frequency_KEY) |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Billing_Item_Schedule__Billing_Fee_Month__billing_fee_month_KEY | billing_fee_month_KEY | Billing_Item_Schedule | |
FK_Client_Billing_Item_Schedule__Billing_Fee_Month__billing_fee_month_KEY | billing_fee_month_KEY | Client_Billing_Item_Schedule |