FACT_ACCOUNTSYSTEMSITE
Contains information about sites associated with account systems.
Primary Key
Primary Key |
Field Type |
ACCOUNTSYSTEMSITEFACTID |
int |
Fields
Field |
Field Type |
Null |
Notes |
Description |
ACCOUNTSYSTEMSITESYSTEMID |
uniqueidentifier |
yes |
|
[dbo].[PDACCOUNTSYSTEMSITE].[ID] |
SITESYSTEMID |
uniqueidentifier |
yes |
|
[dbo].[PDACCOUNTSYSTEMSITE].[SITEID] |
SITEDIMID |
int |
yes |
|
Reference key to the site dimension, derived using [dbo].[PDACCOUNTSYSTEMSITE].[SITEID] |
ACCOUNTSYSTEMSYSTEMID |
uniqueidentifier |
yes |
|
[dbo].[PDACCOUNTSYSTEMSITE].[ID] |
ACCOUNTSYSTEMDIMID |
int |
yes |
|
Reference key to the account system dimension, derived using [dbo].[PDACCOUNTSYSTEMSITE].[ACCOUNTSYSTEMID] |
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_ACCOUNTSYSTEMSITE |
ACCOUNTSYSTEMSITEFACTID |
yes |
yes |
yes |