DIM_BENEFITTYPE
Contains information about an event registration.
Primary Key
| Primary Key | Field Type |
|---|---|
| BENEFITTYPEDIMID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| BENEFITTYPECODE | int | yes | dbo.[REGISTRANTBENEFITEXTENSION].[BENEFITTYPECODE] | |
| BENEFITTYPE | nvarchar(66) | yes | dbo.[REGISTRANTBENEFITEXTENSION].[BENEFITTYPE] | |
| ISINCLUDED | bit | yes | Flag indicating when data should be included in results. | |
| ETLCONTROLID | int | yes | ID generated through the ETL process. | |
| SOURCEDIMID | int | yes | Source system used. |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_DIM_BENEFITTYPE | BENEFITTYPEDIMID | yes | yes | yes |