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 ?

Answers were Sorted based on User's Feedback



If I have table T1 and table T2 T1 has 250 cols and 10,000 rows T2 has 2 billion rows and 10 col..

Answer / 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

If I have table T1 and table T2 T1 has 250 cols and 10,000 rows T2 has 2 billion rows and 10 col..

Answer / henry

Dimensions are wide - facts are deep.
T1 will be dimension table (example "customer" with all the
related attributes like address, tel etc)
T2 will be your fact table (example "orders") which uses
one column as surrogate key to link to T1 ("customers" in
this case)

Is This Answer Correct ?    13 Yes 0 No

If I have table T1 and table T2 T1 has 250 cols and 10,000 rows T2 has 2 billion rows and 10 col..

Answer / nithin

A table being set as a Fact or Dimension depends on the
kind of data it stores.Measures and keys are stored in
Facts and Dimension stores a primary key and other
information depending up on the dimension.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More Data Warehouse General Interview Questions

What are the different methods of loading dimension tables?

0 Answers  


What are the data types present in bo? What happens if we implement view in the designer n report?

0 Answers  


What is multi-dimensional analysis?

3 Answers   Satyam,


What are aggregate fact tables ? why they are needed? give an example

2 Answers  


Explain difference between e-r modeling and dimentional modeling?

0 Answers  






What is edw?

0 Answers  


What is surrogate key? Explain with examples.

0 Answers  


How can we acheive correlated sub-query in designer?can anyone help me in this regard?

0 Answers  


For faster process, what we will do with the universe?

0 Answers  


What are the various file formats involved in reportnet?

0 Answers  


Explain what are the modules in power mart?

0 Answers  


What is a data warehousing?

0 Answers  


Categories