Answered Questions

  • 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".