CommencerCommencer gratuitement

Describing an entity

Previously, you were introduced to the complexities of the e-commerce industry. Such platforms have a range of data, from product listings to customer reviews.

Your task now is to use SQL to get an understanding of the structure of this ecommerceonlineretail table. Doing so will give you a clearer picture of the data points that e-commerce platforms prioritize.

Cet exercice fait partie du cours

Introduction to Data Modeling in Snowflake

Afficher le cours

Instructions

  • Write an SQL query to describe the ecommerceonlineretail table.

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

-- Describe the ecommerceonlineretail entity
___;
Modifier et exécuter le code