DIM_TRIBUTE
Contains information about tributes associated with revenues.
Primary Key
| Primary Key | Field Type |
|---|---|
| TRIBUTEDIMID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| TRIBUTESYSTEMID | uniqueidentifier | yes | [dbo].[TRIBUTE].[ID] | |
| TRIBUTEECONSTITUENTSYSTEMID | uniqueidentifier | yes | [dbo].[TRIBUTE].[TRIBUTEEID] | |
| TRIBUTEECONSTITUENTDIMID | int | yes | Reference key to the constituent dimension, derived from dbo.[TRIBUTE].[TRIBUTEEID] | |
| TRIBUTETEXT | nvarchar(520) | yes | [dbo].[TRIBUTE].[TRIBUTETEXT] | |
| TRIBUTETYPE | nvarchar(200) | yes | [dbo].[TRIBUTETYPECODE].[DESCRIPTION] | |
| DESIGNATIONDIMID | int | yes | Reference key to the designation dimension, derived from dbo.[TRIBUTE].[DESIGNATIONID] | |
| 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_TRIBUTE | TRIBUTEDIMID | yes | yes | yes |