What is the primary characteristic of a Star Schema?

  • Each dimension table is connected to other dimension tables
  • Each dimension table is directly connected to the fact table
  • Fact table is absent in the schema
  • Fact table is organized in a snowflake pattern
In a Star Schema, the primary characteristic is that each dimension table is directly connected to the fact table. This results in a simple and straightforward structure, making it easier to understand and query data for analytical purposes.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *