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?

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 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.



Leave a Reply 7

Your email address will not be published. Required fields are marked *


masud

masud

answer will be C

Datagroup MD Manir

Datagroup MD Manir

Masud Bhai, You are Right

Datagroup MD Manir

Datagroup MD Manir

Sorry Brother. Right ans. will be 100 % (B)

vakum

vakum

Question #96 is the same , but with different answers..

sql

sql

their is no right answer..
it should be: create time mapping table and change the level of granularity in facts.