Viewing data using an Explore cell
DataLab provides an easy way to explore databases using Explore cells, which allow you to visually inspect data without writing SQL queries manually.
In this exercise, you'll connect to the Course Databases and explore its contents to identify the table that contains information about the year that a film was released in the cinema schema.
This exercise is part of the course
Introduction to DataLab
Exercise instructions
- Create an Explore cell, choosing "Select data source", "Browse sample data sources", and connecting to
Course Databases. - Explore the
cinemaschema in the database. - Identify the table with the
"release_year"column. - Enter the table name into the variable
answer.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise