# Introduction In this challenge, we will generate a database, create a table and insert data. Afterwards, we will execute a self-join query on the data to ascertain the province associated with a city. The final table will show the city along with its corresponding province.
Click the virtual machine below to start practicing