Introduction to Data Modeling

Introduction to Data Modeling in Snowflake

Nuno Rocha

Director of Engineering

Your instructors

Nuno Rocha

Director of Engineering

Picture of Nuno Rocha

Margarita Torres

Senior Data Engineer

Picture of Margarita Torres

Introduction to Data Modeling in Snowflake

What is data modeling?

Closet, before stage

Introduction to Data Modeling in Snowflake

What is data modeling? (1)

Closet, after stage

Introduction to Data Modeling in Snowflake

What is data modeling? (2)

Blueprint of a shopping center

Introduction to Data Modeling in Snowflake

Components of data modeling

Shopping center, stores overview

Introduction to Data Modeling in Snowflake

Components of data modeling (1)

Shopping center, circle stores as entities

Introduction to Data Modeling in Snowflake

Components of data modeling (2)

Shopping center, entities pointing to their attributes

Introduction to Data Modeling in Snowflake

Components of data modeling (3)

Shopping center, entities with stairways representing relationship

Introduction to Data Modeling in Snowflake

Describing entities

Entity: Object or concept represented in a data model Groceries entity

Introduction to Data Modeling in Snowflake

Describing entities (1)

DESC TABLE: SQL command to display a table's structure

DESC TABLE groceries;

Describe table result

Introduction to Data Modeling in Snowflake

Describing entities (2)

Attribute: Characteristics of an entity Attributes from table

Introduction to Data Modeling in Snowflake

Another industry

E-Commerce online retail

View of e-commerce online retail table rows

Introduction to Data Modeling in Snowflake

Terminology and functions overview

  • Data model: A representation that outlines the organization and storage of data
  • Entity: Object or concept represented in a data model
  • Attribute: Characteristics of an entity
  • Relationship: Connections between entities
  • DESC TABLE: SQL command to display a table's structure
DESC TABLE table_name;
Introduction to Data Modeling in Snowflake

Let's practice!

Introduction to Data Modeling in Snowflake

Preparing Video For Download...