Querying a CSV file
Nice work so far. You've connected a CSV file to the notebook. DataLab will usually generate a sample query to get you started. Can you recall what this query looks like?
Write a query that selects all from the sales_data.csv CSV file and then run it to see the output.
This exercise is part of the course
DataLab with SQL
Exercise instructions
- Write a SQL query within the provided cell that selects all from the
sales_data.csv.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise