| Table: dbo.Billing_Fee_Frequency | |||
| Columns | |||
| Name | Type | Constraints | Description |
| billing_fee_frequency_KEY | int (4) | NOT NULL | Primary key for this table; the frequency of a fixed fee |
| frequency | nvarchar (20) | NOT NULL | Description of the frequency, displayed |
| Primary key | |||
| Name | Columns | Description | |
| PK_Billing_Fee_Frequency | billing_fee_frequency_KEY | ||