# Introduction We'll execute an equi-join query to combine the city and country tables and retrieve the city names with their respective full country names. Our objective is to create a script that limits the results to ten records and abbreviates the table names as follows: city (ci) and country (co).
Click the virtual machine below to start practicing