Introduction to Data Modeling in Snowflake
Nuno Rocha
Director of Engineering
Nuno Rocha
Director of Engineering

Margarita Torres
Senior Data Engineer








Entity: Object or concept represented in a data model

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

Attribute: Characteristics of an entity


DESC TABLE: SQL command to display a table's structureDESC TABLE table_name;
Introduction to Data Modeling in Snowflake