when we go for snow flake schema rather than star schema ?
Answers were Sorted based on User's Feedback
Answer / murali
snow flake schema is used for the dim tables contains more fields and the Dim_DB Tables are in the Normalization form.
Draw-back: Slow performance for executing the query.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / babu
whether the schema contains in normalized form and data should be redundancy is required then we go for snow flake schema and the dimension table should split into another child table in this situation we go for snowflake schema rather than star schema.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / smiley
When we have multiple tables for single dimension or when we have multidimensional databaes
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / divya
Snow flake schema is used when there are hierarchies,where
as star schema is used when there is only one level and no
hierachies
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / bo_fan
Star schema : fact table with dimension tables around.
Snow flake schema: fact table with dimension tables around
and the dimension tables again have sub tables to it.
Example: When we have a scenario like student table and
subject details table (which is a sub table of student table)
There we can go for snow flake schema(going more details ie
normalization)
| Is This Answer Correct ? | 1 Yes | 4 No |
what happens if cardinalities are not resolved?
Explain the data types present in bo and what happens if we implement view in the designer and report?
why do we use crystal reports rather than webintelligence reports ?
How can we use multiple data providers in a single report in business objects?
WHAT ARE THE DISADVANTAGES IF WE HAVE MORE FACT TABLES IN UNIVERSE?
any body can give hirarchy of bussness object...i mean who will see reports after reports developing is fineshed...then next....
HOW TO SPOT A HIERARCHY?
Explain what sort of existing documents should business analysts refer to when starting on a new project?
There is one report running and a user wants to know whether data is from detail table or summary table. what is your approach?
what is report tracing in bo
Explain about a tricky situation for which you found a very simple solution?
What is the difference between master-detail and Breaks?