Dimensional Design

9 bookmarks
Custom sorting
Facts and Fallacies about First Normal Form
Facts and Fallacies about First Normal Form
When discussing the normalisation process, it is always the First Normal Form that causes the most grief and confusion. Anith Sen takes up the challenge to explain, in simple terms, exactly what the First Normal Form really is, and why it is so important for Database Design. Along the way, he dispels some of the myths that have grown up around 1NF.
·red-gate.com·
Facts and Fallacies about First Normal Form
Dimensional Modeling with MySQL.
Dimensional Modeling with MySQL.
This article provides a step-by-step practical example on how to create a dimensional modeling with MySQL for analyzing sales data.
·mysqlreports.com·
Dimensional Modeling with MySQL.
What is a Semantic Layer? (Dimensional Data Modeling)
What is a Semantic Layer? (Dimensional Data Modeling)
A semantic layer is a semantic data model that shows to the business user: a dimensional view (dimensional schema) from a relational schema. It will create/model a logical star schema by: ...
·datacadamia.com·
What is a Semantic Layer? (Dimensional Data Modeling)
Fact vs Dimension Tables
Fact vs Dimension Tables
Understanding the difference between Fact and Dimension tables in the context of the Star Schema and Data Warehousing
·towardsdatascience.com·
Fact vs Dimension Tables