Counting fields
It's time to flex your SQL skills within DataLab. Let's begin by understanding more about our data.
The video showed you there are 1000 records in this dataset.
How many records are in a filtered subset? Recall there are no null values in this dataset.
This exercise is part of the course
DataLab with SQL
Exercise instructions
- Count the number of sales records in
sales_data.csv
where theproduct_category
is'Food'
.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
