FACT_TRIBUTESITE
Contains information about sites associated with tributes.
Primary Key
| Primary Key | Field Type |
|---|---|
| TRIBUTESITEFACTID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| TRIBUTESITESYSTEMID | uniqueidentifier | yes | [dbo].[TRIBUTESITE].[ID] | |
| SITESYSTEMID | uniqueidentifier | yes | [dbo].[TRIBUTESITE].[SITEID] | |
| SITEDIMID | int | yes | Reference key to the site dimension, derived using [dbo].[TRIBUTESITE].[SITEID] | |
| TRIBUTEDIMID | int | yes | Reference key to the tribute dimension, derived using [dbo].[TRIBUTESITE].[TRIBUTEID] | |
| 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_FACT_TRIBUTESITE | TRIBUTESITEFACTID | yes | yes | yes |