FACT_CONSTITUENTSITE
Contains information about sites associated with constituents.
Primary Key
Primary Key |
Field Type |
CONSTITUENTSYSTEMID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
CONSTITUENTSITEFACTID |
int |
|
|
Surrogate key for the Constituent Site fact table. |
CONSTITUENTSITESYSTEMID |
uniqueidentifier |
yes |
|
[dbo].[CONSTITUENTSITE].[ID] |
SITEDIMID |
int |
yes |
|
Reference key to the site dimension, derived using [dbo].[CONSTITUENTSITE].[SITEID] |
CONSTITUENTDIMID |
int |
yes |
|
Reference key to the site dimension, derived using [dbo].[CONSTITUENTSITE].[CONSTITUENTID] |
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. |
SITESYSTEMID |
uniqueidentifier |
|
|
[dbo].[CONSTITUENTSITE].[SITEID] |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
PK_FACT_CONSTITUENTSITE |
CONSTITUENTSYSTEMID, SITESYSTEMID |
yes |
yes |
yes |