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

What is defined as partial backup?

0 Answers  


where exactly in dataware house a confirmed dimension can be created

4 Answers   Deloitte,


What are the various transformation available?

0 Answers  


What is data merging, data cleansing and sampling?

1 Answers  


How can we run the graph? What is the procedure for that?

0 Answers  






What is the difference between olap and datawarehosue?

0 Answers  


How to define a cube??

0 Answers  


What is an OLAP (On-line Analytical processing) system?

1 Answers  


Is framework manager an un-needed overhead? As we know report studio allows us to create the data model from a query and thereby skipping framework manager. Given that this feature is available, in what scenarios would one want to skip framework manager?

0 Answers  


What are the various methods of getting incremental records or delta records from the source systems?

0 Answers  


How to calculate fact table granularity?

0 Answers  


Explain what are the various reporting tools in the market?

0 Answers  


Categories