DIM_CREDITCARDTYPE
Contains information about credit card types
Primary Key
| Primary Key | Field Type |
|---|---|
| CREDITCARDTYPEDIMID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| CREDITCARDTYPESYSTEMID | uniqueidentifier | yes | [dbo].[CREDITTYPECODE].[ID] | |
| CREDITCARDTYPENAME | nvarchar(128) | yes | [dbo].[CREDITTYPECODE].[DESCRIPTION] | |
| 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_CREDITCARDTYPE | CREDITCARDTYPEDIMID | yes | yes | yes |