Table: dbo.Accrual_Date | |||
Columns | |||
Name | Type | Constraints | Description |
accrual_date_KEY | int (4) | NOT NULL | Primary key |
client_benefit_KEY | int (4) | NOT NULL | Key of the associated client benefit |
accrual_date | smalldatetime (4) | NOT NULL | The benefit accrues on this date |
Primary key | |||
Name | Columns | Description | |
PK_Accrual_Date | accrual_date_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Accrual_Date__Client_Benefit__client_benefit_KEY | client_benefit_KEY | Client_Benefit (client_benefit_KEY) |