Table: dbo.Accrual_Method | |||
Columns | |||
Name | Type | Constraints | Description |
accrual_method_KEY | nvarchar (40) | NOT NULL | Primary key that describes the methods used to accrue a benefit. An accrual method is a property of an employee benefit. ["BR"] |
Primary key | |||
Name | Columns | Description | |
PK_Accrual_Method | accrual_method_KEY |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Client_Benefit__Accrual_Method__accrual_method_KEY | accrual_method_KEY | Client_Benefit |