What are Fact tables and Dimension Tables?

Answers were Sorted based on User's Feedback



What are Fact tables and Dimension Tables?..

Answer / mallika

A fact table typically has two types of columns: those that
contain facts and those that are foreign keys to dimension
tables. facts may be composed of measures,degenerated
dimensions.The primary key of a fact table is usually a
composite key that is made up of all of its foreign keys

Dimension tables, also known as lookup or reference tables,
contain the relatively static data in the warehouse.
Dimension tables store the information you normally use to
contain queries. Dimension tables are usually textual and
descriptive and you can use them as the row headers of the
result set. Examples are customers or products

Is This Answer Correct ?    107 Yes 16 No

What are Fact tables and Dimension Tables?..

Answer / nitin

Fact table :- It consists of foreign Keys and MEasures(Numeric values)

Dimension :- It provides descriptive information relating to the foreign key in a fact

Eg:- in employee table i have ename empid sal
in manager table i have mname mid and sal

so there are two dimension table
1--> emp table contains enmae eid(PK) sal
2--> Mgr table contains mname mid(PK) sal

Fact table contains
eid(FK) mid(FK) esal and msal

PLease correct me if i'm wrong

Is This Answer Correct ?    30 Yes 6 No

What are Fact tables and Dimension Tables?..

Answer / ashok kumar lenak

Dimension Table-The tables through which i can under the
business.
It has wide range of rows.
It is called end dimension table.
It is joined to the Fact table.
Values are textural in nature.
Usually the Master tables are look like the Dimention table.


Fact Table-It is also called the Central table.
Most rows are numeric in nature.
Narrow rows and few columns.
It is accessed by the dimention table.
All the PK of the dimention table is at the fact table.
Usually the transaction tables look like the Fact Table.

Is This Answer Correct ?    29 Yes 13 No

What are Fact tables and Dimension Tables?..

Answer / vensh

Dimension table is nothing but a table which contains detailed description about the data except any values...

Fact table mainly contains the facts nothing but the values that is related to the data in the dimension table and by using the primary key in dimension table and the foreign key in the fact table we will map the dimensional table and the fact table

Is This Answer Correct ?    13 Yes 2 No

What are Fact tables and Dimension Tables?..

Answer / gattu srinivasarao

FactTable:It consists of th efacts and references of the diminision tables.

Diminsion table:It consists only charchter values,for example cus_name,cus_add,etc..

Is This Answer Correct ?    6 Yes 4 No

What are Fact tables and Dimension Tables?..

Answer / ansari

Fact table: It contains numeric values and also contain
composite key(i.e collection of foreign key) e.g.. sales
and profit.
Dimension table: It contains character values E.g
Customer_name,Customer_city.

Is This Answer Correct ?    48 Yes 79 No

Post New Answer

More Data Warehouse General Interview Questions

After the generation of a report to whom we have to deploy or what we do after the completion of a report?

0 Answers  


What is the difference between a primary and secondary actor in use case modeling?

0 Answers  


What is factless fact tables?

0 Answers  


What is the purpose of cluster analysis in data warehousing?

0 Answers  


What are situations where snow flake schema is better than star schema to use and when the opposite is true?

0 Answers  






Database in use is oracle?

0 Answers  


Explain why dimenstion tables are denormalized in nature?

0 Answers  


What are the different models used in cluster analysis?

0 Answers  


How to eliminate duplicate rows from flat file?

0 Answers  


What is cost benefit analysis (cba)?

0 Answers  


What is the difference between olap and oltp?

0 Answers  


What are the different types of segments?

0 Answers  


Categories