logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Explain the difference between star and snowflake schemas.


  • Correct Answer
  • Star schema: A highly de-normalized technique A star schema has one fact table and is associated with numerous dimensions table and depicts a star Snow flake schema: The normalized principles applied star schema is known as Snow flake schema Every dimension table is associated with sub dimension table Differences: - A dimension table will not have parent table in star schema, whereas snow flake schemas have one or more parent tables - The dimensional table itself consists of hierarchies of dimensions in star schema, where as hierarchies are split into different tables in snow flake schema The drilling down data from top most hierarchies to the lowermost hierarchies can be done 


  • Technology problems


    Search Results


    • 1. What is Dimensional Modeling?
    • Discuss
    • 2. What is an OLTP system and OLAP system?
    • Discuss
    • 3. What are fact tables and dimension tables?
    • Discuss
    • 4. Explain the difference between data mining and data warehousing.
    • Discuss
    • 5. What is Data warehousing?
    • Discuss
    • 6. What is the difference between view and materialized view?
    • Discuss
    • 7. Difference between ER Modeling and Dimensional Modeling.
    • Discuss
    • 8. What is Data Mart?
    • Discuss
    • 9. Explain the use of lookup tables and Aggregate tables.
    • Discuss
    • 10. What is data cleaning? How can we do that?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment