Get startedGet started for free

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.

This exercise is part of the course

Introduction to Data Modeling in Snowflake

View Course

Exercise instructions

  • Write an SQL query to describe the ecommerceonlineretail table.

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

-- Describe the ecommerceonlineretail entity
___;
Edit and Run Code