what is degenerated dimension table with scenario

Answers were Sorted based on User's Feedback



what is degenerated dimension table with scenario..

Answer / sruthi

Dimension which has only a single attribute. This dimension is typically represented as a single field in a fact table.The data items thar are not facts and data items that do not fit into the existing dimensions are termed as Degenerate Dimensions.

In below Fact Table with customer_id, product_id, bill_no, date in key section and price, quantity in measure section. In this fact table, bill_no from key section is a single value, it has no associated dimension table. Instead of creating a separate dimension table for that single value, we can include it in fact table to improve performance. So here the column, bill_no is a degenerate dimension or line item dimension

Is This Answer Correct ?    1 Yes 0 No

what is degenerated dimension table with scenario..

Answer / bhavemanali10

It is a dimension field in the fact table that doesn't have a corresponding dimension table. As a result - a degenerate dimension will use the field as key, name and its only attribute.
Degenerated dimension can be used to link back to the source as it is a natural key of the "parents" of the line items. It is used in reporting. Degenerate dimensions commonly occur when the fact table's grain is a single transaction. Although there is no corresponding dimension table of attributes, degenerate dimensions can be quite useful for grouping together related fact tables rows.
e.g.In health care, degenerate dimensions can group the claims items related to a single hospital stay or an episode of care

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

What is IQD file?

1 Answers  


What are the features of complex mapping?

0 Answers  


Which transformation should u need while using the cobol sources as source defintions?

2 Answers  


What is the reusable transformation?

0 Answers  


how to use incremental load?

2 Answers   TCS,






My source table look like ID Name Location Salary 1 ran NULL NULL 1 NULL DELHI NULL 1 NULL NULL 1000 I want my output to look like ID Name Location Salary 1 ran Delhi 1000 What should be my approach to design a informatica mapping. Assuming my source is flat file not a Relation table so i cant use SQL.

2 Answers   BirlaSoft,


How will u pas the data with out debugger?

4 Answers  


What is Factless fact table ???

12 Answers   Satyam, Tech Mahindra,


followin source like region sales 1 100 2 200 i want the output following format region 1 2 sales 100 200

2 Answers   Oracle,


write sql query following table pname description lux soap sunsilk shampoo lux shampoo sunsilk soap clouseup soap closeup paste i want the output like pname description lux soap sunsilk shampoo lux soap sunsilk shampoo closeup paste closeup paste

1 Answers   TCS,


what is the process of target load planing?

2 Answers   IBM,


what is session parameters?

1 Answers   Cap Gemini,


Categories