4.Explain Snowflkeschema ?

Answers were Sorted based on User's Feedback



4.Explain Snowflkeschema ?..

Answer / prodyot sarkar

A snowflake schema is a variation on the star schema, in which very large dimension tables are normalized into multiple tables. Dimensions with hierarchies can be decomposed into a snowflake structure when you want to avoid joins to big dimension tables when you are using an aggregate of the fact table. For example, if you have brand information that you want to separate out from a product dimension table, you can create a brand snowflake that consists of a single row for each brand and that contains significantly fewer rows than the product dimension table.

Advantages of Using the Snowflake Schema
i)in some cases may improve performance because smaller tables are joined,
ii)is easier to maintain
iii)increases flexibility.

Disadvantages of Using the Snowflake Schema
i)increases the number of tables an end-user must work with
ii)makes the queries much more difficult to create because more tables need to be joined.

Is This Answer Correct ?    4 Yes 0 No

4.Explain Snowflkeschema ?..

Answer / nrkreddy

snow flake shema is nothing but fact table is sourrended by
dimension table getting the lowest level of the
information

snow flake sehema is used for getting the details From
lowest level of Grunularity

in the sense we will get the data from the detailed level

For example : TIME

a Fact table is associated with TIME Dimension up to month
granulary in the sence this DIM table having

year-->Quater-->month

beut we need the information Up to a day in this senario we
will go Snowflake shema is sliced deeply up to the Day

year-->Quater-->month-->week-->Day

here the dimension table

Is This Answer Correct ?    2 Yes 0 No

4.Explain Snowflkeschema ?..

Answer / sanjeev_mis

One dimension is not connected directly to the fact table, instead, it is connected through another dimension table.
... SANJEEV SHARMA

Is This Answer Correct ?    2 Yes 1 No

4.Explain Snowflkeschema ?..

Answer / samir kumar sahoo

In snowflake schema the dimension table(denormalized table)
will be further divided into one or more dimentions
(normalized tables) to organize the infomation in a better
structural format.To design snowflake we should first
design star schema design.

Is This Answer Correct ?    1 Yes 0 No

4.Explain Snowflkeschema ?..

Answer / sudheer.r

snowflake schema is centrally located fact table .and
surrounded by normalized dimension tables..
in snowflake compare to dimensions and ffact table
dimensions are small.dimensions are more compare to ster
chema .. snow flake shema very dificult to understand ...

Is This Answer Correct ?    3 Yes 3 No

4.Explain Snowflkeschema ?..

Answer / sathish arichandran

Each Dimension table has been split into more than one
dimension and connected with centralized fact table. It has
bigger size than star schema. Dimensions are sliced
deeply with the business requirements.

But it is tough to understandable since it has more tables

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Warehouse General Interview Questions

Explain functional dependency?

0 Answers  


In microstrategy, how can we direct the sql generated to use a specifc table?

0 Answers  


Explain what is partitioning? What are the types of partitioning?

0 Answers  


What are Fact tables and Dimension Tables?

6 Answers   IBM,


What are the different types of join operations?

0 Answers  






suppose data are coming from different locations and those data will not change . is there any need to use surrogate key ?

3 Answers   Oracle,


Explain why denormalization is promoted in universe designing?

0 Answers  


What are the various tools? Explain name a few?

0 Answers  


What is query panel?

1 Answers  


Explain how many ways you create ports?

0 Answers  


What is the use of tabular model, tabular sql, tabular reference in real time application?

0 Answers  


What is a junk dimension? What is the difference between junk dimension and degenerated dimension?

0 Answers  


Categories