If I have table T1 and table T2
T1 has 250 cols and 10,000 rows
T2 has 2 billion rows and 10 cols
Which one would be Fact table and which one would be
Dimension table and why ?
Answer Posted / bluegems
Whether table T1 and T2 are dimension or fact table depends
on the information they store. If the all the measures are
in T1 with dimensions key in it then T1 table is fact and if
T1 is having a pk and textual information then it is
dimension and visa versa.
Idealy the number of row in fact table is very high. In this
case it looks like T2 may be the fact and T1 may be the
dimension. But cann't be said for sure as the information
given is incomplete.
Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
Explain what are components of reportnet?
Where the cache files stored?
Explain the different types of data warehousing?
What is the difference between a primary and secondary actor in use case modeling?
What are loops in Datawarehousing?
Is there any default username & pwd for bo designer & supervisor?
Is there any difference in testing database and data ware housing?
Explain me what are data marts?
Explain the difference between keylokup and joiner?
What are the data marts?
Suppose you are filtering the rows using a filter transformation only the rows meet the condition pass to the target. Tell me where the rows will go that does not meetthe condition.
What is the difference between power center & power mart?
Why fact table is in a normal form?
In microstrategy, how can we direct the sql generated to use a specifc table?
What is data stream and data adaopter. Is it same are different? Explain?