Database Management with SQL (Challenge)

# Introduction In this challenge, we aim to work with the `world` database. Our task involves executing `DELETE` and `DROP` statements to remove the `city` table. Additionally, we must clear out the `countrylanguage` table while maintaining its structure. To accomplish this, it is necessary to create a `dropCity.sql` script and save it in the `/home/labex/project` directory. Then you can run the example code provided to test and validate your solution.

|60 : 00

Click the virtual machine below to start practicing