Please enable JavaScript.
Coggle requires JavaScript to display documents.
Tables - Coggle Diagram
Tables
Naming Convections
Tables
Fact Table
f_{TableName}
Example
f_SalesDay
Directory Table
d_{TableName}
Example
d_Customers
Temporary Table
t0_{TableName}
Example
t0_SalesDay
Mapping Table
tMap{TableName}
Example
tMapEntityCodes
Work with tables in Load Script
Load from QVD
Temp Tables
3....5. Temp Tables
Mapping Table
tMap{TableName}
Example:
tMapEntityCodes
Final Table
f_{TableName}
d_{TableName}
Example:
f_SalesDay
d_Customers
t0_....{TableName}
Example:
t0....._SalesDay
t0_{TableName}
Example:
t0_SalesDay
src_{TableName}
Example:
src_SalesDay