Table: dbo.Insurepay_Client_Class_Code_N_Client_Benefit | |||
Table is a dictionary table for insurepay_client_class_code_KEY and client_benefit_KEY. | |||
Columns | |||
Name | Type | Constraints | Description |
insurepay_client_class_code_n_client_benefit_KEY | int (4) | NOT NULL | Primary key for this table. |
client_benefit_KEY | int (4) | NOT NULL | the matching client benefit key |
insurepay_client_class_code_KEY | int (4) | NOT NULL | the match insurepay client class code key |
Primary key | |||
Name | Columns | Description | |
PK_Insurepay_Client_Class_Code_N_Client_Benefit | insurepay_client_class_code_n_client_benefit_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Insurepay_Client_Class_Code_N_Client_Benefit$client_benefit_KEY$insurepay_client_class_code_KEY | client_benefit_KEY, insurepay_client_class_code_KEY |