FACT_PROSPECTPLANSITE
Contains information about sites associated with prospect plans.
Primary Key
| Primary Key | Field Type |
|---|---|
| PROSPECTPLANSITEFACTID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| PROSPECTPLANSITESYSTEMID | uniqueidentifier | yes | [dbo].[PROSPECTPLANSITE].[ID] | |
| SITESYSTEMID | uniqueidentifier | yes | [dbo].[PROSPECTPLANSITE].[SITEID] | |
| SITEDIMID | int | yes | Reference key to the site dimension, derived using [dbo].[PROSPECTPLANSITE].[SITEID] | |
| PROSPECTPLANDIMID | int | yes | Reference key to the site dimension, derived using [dbo].[PROSPECTPLANSITE].[PROSPECTPLANID] | |
| 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_PROSPECTPLANSITE | PROSPECTPLANSITEFACTID | yes | yes | yes |