Answered Questions

  • What Snow Flake Schema

    Answered by Girinath.S.V.S on 2005-03-17 06:40:48: Snowflake schemas normalize dimensions to eliminate redundancy. That is, the dimension data has been grouped into multiple tables instead of one large table. For example, a product dimension table in a star schema might be normalized into a products table, a product_category table, and a product_manufacturer table in a snowflake schema. While this...

  • What is a Star Schema

    Answer posted by Chintan on 2005-05-22 18:34:55: A relational database schema organized around a central table (fact table) joined to a few smaller tables (dimension tables) using foreign key references. The fact table contains raw numeric items that represent relevant business facts (price, discount values, number of units sold, dollar value, etc.)

    kamesh

    • Jan 30th, 2018

    A join is linked with only one dimension and one fact is called Star chema

    TimeBeing

    • Jan 25th, 2017

    A Fact table is surrounded by multiple Dimension tables and which is look like STAR in graphical design is called "STAR Schema".