What is a Star Schema?
The star schema consists of a central fact table that stores transactional or measured data. Surrounding the fact table are one or more dimension tables, which are linked to the fact table through ER (Entity-Relationship) connections. The fact table contains the measurements or numerical data, while the dimension tables describe these facts by answering key questions such as “Who,” “What,” “Where,” “When,” and “How.”
What are 4 performance techniques used in a Star Schema?
What is OLAP?
Online Analytical Processing (OLAP): Provides tools for multidimensional data analysis, supporting decision making, business modelling, and operations research.
What are the 3 OLAP characteristics?
What is business intelligence?
A comprehensive, cohesive, and integrated set of tools and processes used to capture, collect, integrate, store, and analyse data to generate and present information to support business decision-making.
Differentiate between operational data and decision support data.