2a': Data Modeling

60 bookmarks
Newest
Window Functions using DuckDB
Window Functions using DuckDB
Code for "Advanced data transformations in SQL" free live workshop - josephmachado/adv_data_transformation_in_sql
·github.com·
Window Functions using DuckDB
Using Joins and Group Bys the right way for data warehousing
Using Joins and Group Bys the right way for data warehousing
Joins represent the denormalization of data to create dimensions and add dimension attributes to fact tables for reporting. Group bys enable the creation of metrics that determine how your data is used to make decisions. If you have wondered Why do your joins often end up in a dense block that's hard to pick apart. Why are people running nearly identical queries with only different join combinations. How to avoid losing data when performing joins How group bys have been used to mask underlying data modeling issues Why a group by all is considered a red flag Then this post is for you. In this post, we will cover how to use joins and group bys, as well as what to look out for when using them. By the end of this post, you will know what to watch out for when you perform joins or group bys.
·startdataengineering.com·
Using Joins and Group Bys the right way for data warehousing
6 Easy And Actionable Steps On How To Design A Database
6 Easy And Actionable Steps On How To Design A Database
Whether it's for your workplace or home project, learning how to design a database is a valuable skill. Let's take a look at six easy steps on how to design a …
·databasestar.com·
6 Easy And Actionable Steps On How To Design A Database
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
Example of a strong and weak entity types
Example of a strong and weak entity types
I've tried to look on Google about a decent explanation of weak and strong entity type, but I haven't fully understood them. Could someone give me an example of a strong and weak entity type?
·stackoverflow.com·
Example of a strong and weak entity types
- Database Relationship Diagrams Design Tool
- Database Relationship Diagrams Design Tool
Quick and simple free tool to help you draw your database relationship diagrams and flow quickly using just keyboard
·dbdiagram.io·
- Database Relationship Diagrams Design Tool
Database Normalization: A Step-By-Step-Guide With Examples
Database Normalization: A Step-By-Step-Guide With Examples
Database normalisation is a concept that can be hard to understand. But it doesn’t have to be. In this article, I’ll explain what normalisation in a DBMS is and how to do it, in simple terms.
·databasestar.com·
Database Normalization: A Step-By-Step-Guide With Examples
What is Activity Diagram?
What is Activity Diagram?
Quickly learn UML Activity Diagram. Read this UML guide for everything you need to know about Activity Diagram.
·visual-paradigm.com·
What is Activity Diagram?
Comparing SSAS Tabular and Multidimensional Models
Comparing SSAS Tabular and Multidimensional Models
This guide will help you to unravel the confusion of whether to use a tabular or a multidimensional model for your business intelligence semantic layer.
·pluralsight.com·
Comparing SSAS Tabular and Multidimensional Models
SQL vs T-SQL: Understanding the Differences (2021)
SQL vs T-SQL: Understanding the Differences (2021)
SQL vs. T-SQL — what's the difference, and which one should you learn if you need to work more efficiently with your company's database? We'll tell you.
·dataquest.io·
SQL vs T-SQL: Understanding the Differences (2021)