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.
Diese Übung ist Teil des Kurses
Introduction to DataLab
Anleitung zur Übung
- Create an Explore cell, choosing "Select data source", "Browse sample data sources", and connecting to
Course Databases
. - Explore the
cinema
schema in the database. - Identify the table with the
"release_year"
column. - Enter the table name into the variable
answer
.
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
