Get startedGet started for free

Checking data types

As a Data Engineer, it is important to understand how and where your data is stored so that you can optimize for cost, speed, and accuracy.

You are still familiarizing with the data at Pissa, so you decide to get storage information about the columns in one of their tables.

This exercise is part of the course

Introduction to Snowflake SQL

View Course

Exercise instructions

  • Get information about the orders table.

Hands-on interactive exercise

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

-- Get information about the orders table
___ ___ orders
Edit and Run Code