List of questions
Related questions
Question 32 - C_HAMOD_2404 discussion
You want to create a star schema using a calculation view. The measures are based on columns from two transaction tables. DIMENSION calculation views provide the attributes.What is the correct approach?
Combine the transaction tables using a star join node in a CUBE calculation view. * Use a join node to join the DIMENSIONS to the resulting fact table.
Combine the transaction tables using a join node in a CUBE calculation view. * Combine the DIMENSIONS using another join node. * Use a star join node to combine both resulting fact and dimension tables.
Combine the transaction tables using a join node in a CUBE calculation view. * Use a star join node to join the DIMENSIONS to the resulting fact table.
Combine the transaction tables using an aggregation node in a CUBE calculation view. * Use a star join node to join the DIMENSIONS to the resulting fact table.
0 comments
Leave a comment first