PrepAway - Latest Free Exam Questions & Answers

You need to design a solution that can join a single time dimension to both fact tables

You are designing a data warehouse with two fact tables. The first table contains sales per
month and the second table contains orders per day.
Referential integrity must be enforced declaratively.
You need to design a solution that can join a single time dimension to both fact tables.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Create a time mapping table.

B.
Change the level of granularity in both fact tables to be the same.

C.
Merge the fact tables.

D.
Create a view on the sales table.

20 Comments on “You need to design a solution that can join a single time dimension to both fact tables

  1. Dim says:

    What you all mean by “Create a time mapping table”?
    I think the right answer is B.
    I have to convert the fact month column to date format (1st or Last day of
    each month) and join the tables on day granularity.

    If you join the month granularity fact table with
    date dimention (on month and year) every fact row multiplied by
    by number of days in the month.

    The ssas solution works because it eliminates such effect.




    1



    0
  2. Mancuttz says:

    “You need to design a solution that can join a single time dimension to both fact tables.”
    Question doesnt says “how to make a query with this scenario”.
    Then, if you need to design a solution, you must create a single time dimension and map this table.
    A is correct.




    0



    0
  3. Will says:

    OK… But you have another question, strictly identical, and the choice “Mapping Table” is not presented…

    If we refer to that, the answer would be “Change level of granularity”




    0



    0
  4. kmr says:

    You are designing a data warehouse with two fact tables. The first table contains sales per month and the second table contains orders per day. Referential integrity must be enforced declaratively. You need to design a solution that can join a single time dimension to both fact tables. What should you do?

    Join the two fact tables.
    Merge the fact tables.
    Create a time dimension that can join to both fact tables at their respective granularity.
    Create a surrogate key for the time dimension.




    0



    0
  5. ad says:

    You are designing a data warehouse with two fact tables. The first table contains sales per month
    and the second table contains orders per day. Referential integrity must be enforced declaratively.
    You need to design a solution that can join a single time dimension to both fact tables. What should
    you do?
    A. Create a view on the sales table.
    B. Partition the fact tables by day.
    C. Create a surrogate key for the time dimension.
    D. Change the level of granularity in both fact tables to be the same.




    0



    0

Leave a Reply