SQL Exercises
SQL Exercise is the second section of DataCTFs for learning data science. It consist of a series of exercises covering various concepts in database with SQL structured query language.
Harness your database querying skills by performing SQL Exercises.
Data Exercise 6
Get better with the fundamentals via our cool & rewarding useful data exercises.
-
child_care Task : 6
. Find the names of the countries with life expectancy between 79 and 80
. Table Name: country
. nan
Unanswered
Help Tips
Find hints and help for exercises
-
directions_walk Task Tip : 6Use Select with Between. Don't forget the quotes.
Practice Box
Practice here