FACT_EVENTREGISTRATIONOPPORTUNITY
Relates opportunities to event registrations.
Primary Key
Primary Key |
Field Type |
EVENTREGISTRATIONOPPORTUNITYFACTID |
int |
Fields
Field |
Field Type |
Null |
Notes |
Description |
EVENTREGISTRATIONOPPORTUNITYSYSTEMID |
uniqueidentifier |
yes |
|
dbo.[EVENTREGISTRATIONOPPORTUNITY].[ID] |
EVENTREGISTRANTFACTID |
int |
yes |
|
Reference key to the event registrant fact, derived from dbo.[EVENTREGISTRATIONOPPORTUNITY].[ID] |
OPPORTUNITYFACTID |
int |
yes |
|
Reference key to the opportunity fact, derived from dbo.[EVENTREGISTRATIONOPPORTUNITY].[OPPORTUNITYID] |
ISINCLUDED |
bit |
yes |
|
Flag indicating when data should be included in results. |
ETLCONTROLID |
int |
yes |
|
ID generated through the ETL process |
SOURCEDIMID |
tinyint |
yes |
|
Source system used. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
PK_FACT_EVENTREGISTRATIONOPPORTUNITY |
EVENTREGISTRATIONOPPORTUNITYFACTID |
yes |
yes |
|