what is dimension table?
Answers were Sorted based on User's Feedback
Answer / amit
dimension table contain the detail information abt facts
e.g customer name ,custmer address etc
| Is This Answer Correct ? | 43 Yes | 4 No |
Answer / sandhya
a dimension table is one which contain master data
all the data in the fact is related to the data in the
dimension.
| Is This Answer Correct ? | 31 Yes | 3 No |
Dimensional Table:-It contains detailed information of one
Particular department
Eg:-Customer dimension it contains all the information
about the customer like name,place,DOB, city n so on along
with one primary key.
| Is This Answer Correct ? | 15 Yes | 5 No |
Answer / krishna
a dimension table contains the master data pertaining to a
subject area. this table is referenced by the fact table
when it is loaded.
| Is This Answer Correct ? | 11 Yes | 4 No |
Answer / sudheer kumar
A dimension table is table Which contains detailed
Information of Particular Unit, Dimension table contains
primary key which represents uniqueness of that table,
A foreign key of fact table References primary key of a
dimension table in many to one relationship.
Example:
Consider Time Dimension, it Contains detaild time
information like,
YYMMDD,YYMM,YYYY,YYQQ,YYWK.(Year,quarter,Month,Daate).
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / parthasarathi swain
A Dimension table is a table that contains detailed and
consistent data ie those data that are not frequently
changing in the other words we can say those as master data.
We use the primary key of the dimensional table as the
foreign key in the fact table. For one fact table we can
have more than one dimensional table.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / maruthi
DIMENSION TABLE CONTAINS DISTRIBUTTED DATA OR MASTER
DATA,WHICH WE CAN ANALYZE DEPENDING ON FFACTS OR MEASURES
IN FACT TABLE.
| Is This Answer Correct ? | 9 Yes | 5 No |
Answer / shyam shah
A dimension table is a table in a star or snowflake schema
that stores attributes that describe aspects of a dimension.
For example, a time table stores the various aspects of time
such as year, quarter, month, and day. A foreign key of a
fact table references the primary key in a dimension table
in a many-to-one relationship.
| Is This Answer Correct ? | 6 Yes | 2 No |
write s sql query following table some duplicate present i want unique one column duplicate another column display? name id a 1 a 1 b 2 b 2 c 3 i want the required output like unique duplicate name id name id a 1 a 1 b 2 b 2 c 3
how to run 2 workflows sequentially. plz respond what is the process?
How can you validate all mappings in the repository simultaneously?
What is a data modeling?
If we have a two tables A & B A contain 10 records,B contain 20 records,what w'll b the o/p if we perform normal join,Master outer join,Detail outer join and Full Outer join how?
What is mapplet and a reusable transformation?
How to load last 10 records of flat file in to the target?
what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?
If one flat file contains n number of records., we have to load the records in target from 51 to 100.. how to use expressions in Informatica..?
A session S_MAP1 is in Repository A. While running the session error message has displayed
What are the technical challenges faced in Informatica production support member? Give any one example and how to solve it?
What is exact use of 'Online' and 'Offline' server connect Options while defining Work flow in Work flow ?