DIM_INSTALLMENT
Contains information about an installment.
Primary Key
Primary Key |
Field Type |
INSTALLMENTDIMID |
int |
Fields
Field |
Field Type |
Null |
Notes |
Description |
INSTALLMENTSYSTEMID |
uniqueidentifier |
yes |
|
dbo.[INSTALLMENT].[ID] |
INSTALLMENTSEQUENCE |
int |
yes |
|
dbo.[INSTALLMENT].[SEQUENCE] |
ISINCLUDED |
bit |
yes |
|
Flag indicating when data should be included in results. |
ETLCONTROLID |
int |
|
|
ID generated through the ETL process. |
SOURCEDIMID |
int |
yes |
|
Source system used. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
PK_DIM_INSTALLMENT |
INSTALLMENTDIMID |
yes |
yes |
yes |