What is the central table in a Star Schema?
- Dimension Table
- Fact Table
- Lookup Table
- Reference Table
In a Star Schema, the central table is the Fact Table. This table contains the core data of the schema and is usually surrounded by Dimension Tables that provide context and additional details for the data in the Fact Table. The Fact Table typically contains numerical measures or facts that business users want to analyze.
Loading...
Related Quiz
- What are clustering techniques used for in relational schema design?
- Graph databases provide native support for _______ operations, allowing efficient querying of connected data.
- _______ is a technique used to resolve conflicts in collaborative data modeling.
- What are some common strategies for implementing superclass-subclass relationships in relational databases?
- Which type of schema is commonly used in Dimensional Modeling?