Query City Information for Specified IDs (Challenge)

# Introduction In this challenge, we will retrieve all the information about cities whose IDs are in the range of 10. To achieve this, we must write a query statement that selects relevant information from the `city` table based on ID criteria. Once completed, the resulting file `getTen.sql` can be executed to obtain a list of 10 city rows.

|60 : 00

Click the virtual machine below to start practicing