๐Ÿ“ข Too many exams? Donโ€™t know which one suits you best? Book Your Free Expert ๐Ÿ‘‰ call Now!

  • google app store apple app store
  • โœ–

      Question

      What is a 'star schema' in data warehouse

      design?
      A A network diagram showing the interconnections between data sources Correct Answer Incorrect Answer
      B A schema that ranks data tables by their importance to the business Correct Answer Incorrect Answer
      C A hierarchical data model used in NoSQL databases for nested documents Correct Answer Incorrect Answer
      D A graph database schema representing entities as nodes and relationships as edges Correct Answer Incorrect Answer
      E A data warehouse schema with a central fact table surrounded by dimension tables Correct Answer Incorrect Answer

      Solution

      In a Star Schema the Fact Table stores measurable, quantitative data (transaction_amount, loan_amount, quantity) with foreign keys to dimensions. Dimension Tables are descriptive in context (Customer_dim: name, age, city; Branch_dim: branch_name, region; Date_dim: day, month, quarter, year; Product_dim: product_name, category).ย  Advantages: Simple queries, fast read performance (fewer joins than normalized OLTP), easy for BI tools.ย  Banking example: Transaction fact table linked to Customer, Branch, Account, Date, and Channel dimensions enables questions like "What is the total transaction value by branch, product, and quarter?"ย 

      Practice Next
      More Data Warehousing Questions

      Relevant for Exams:

      ask-question