star and snowflake schema?

Answers were Sorted based on User's Feedback



star and snowflake schema?..

Answer / rr

Star schema has denormalised dimension tables connected to
a single fact table.
Snow flake schema has normalised dimension tables.

Is This Answer Correct ?    8 Yes 2 No

star and snowflake schema?..

Answer / sathish

Star Schema

Star Schema is the type of modeling where we follow the
complete de-normalization process.A star schema contains
multiple dimensions which share the same fact table.

Say per example in the sales analysis star schema, the
actual sales goes into fact and the customer, product, date,
sales force information goes as dimensions.

Snowflake Schema

In order to strike a balance between 3rd normal form data
model and star schema, we have snow flake schema which is
more of normalized star schema. Even in snow flake we will
have the fact and dimension only big difference is the
dimension tables are normalized.

Is This Answer Correct ?    2 Yes 0 No

star and snowflake schema?..

Answer / deepa

star schema has fact table in the middle and dimensions
around it which are denormalized.
normalized form of star schema is called snow flake star
schema.

Is This Answer Correct ?    1 Yes 0 No

star and snowflake schema?..

Answer / srikanth nallapati

star schema is a centrelized fact table surrounded by
dimention tables.where dimention tables are denormalized .
here the number of joins are less then the query
performence good.

but in snow flake schema dimention tables are normalized
here we can view lowest level granularity .here the number
of joins are high comparing to snowelake schema then
automatically performence is degread.

Note:performence is depending upon the requirement

Is This Answer Correct ?    1 Yes 0 No

star and snowflake schema?..

Answer / tamilarasan m

Star fact table join with all the dimension tables.All the
dimension tables are denormalized.ain Snowflake dim table
join with another dimension.All the dimension r normalized

Is This Answer Correct ?    0 Yes 0 No

star and snowflake schema?..

Answer / mohammed

Snowflake is an extension of star schema, where star schema
with each dimension is typically stored in one table.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Informatica Interview Questions

how to use incremental load?

2 Answers   TCS,


How/where can i install Informatica software with oracle or teradata as database

0 Answers  


Why can't we use few transformations in mapplet ? like xml and target defintions, seq etc ?

2 Answers   IBM,


what is the max/min size allocated for caches.whether index or datacache in any of the transformations like Joiner or Aggregator.bcoz it is set to Auto by default which means we need not to allocate no of bytes or MB.so what is the use of these properties.please let me know about the caches. Thnaks in advance Sai Ram

3 Answers  


explain about unit testing? in real time?

0 Answers   L&T,






i have source as Column1 101 a 101 b 101 c so i want to load target as column1 ---> 101 abc

3 Answers   HP,


If u r using dynamic cache lookup port will be thier in thet which option u will select

1 Answers   HCL,


Can we update a target table (without primarykey) by using update strategy transformation?

4 Answers   TCS,


In incremental loading using Mapping variable if session failed with any of reason in the middle of process. is the Mapping variable remains constant or change?

1 Answers   TCS,


What are the features of complex mapping?

0 Answers  


Can you copy the session to a different folder or repository?

2 Answers  


How to delete duplicate records in a flat file source?

2 Answers  


Categories