A table of two cities
This exercise looks to explore languages potentially and most frequently spoken in the cities of Hyderabad, India and Hyderabad, Pakistan.
You will begin with a cross join with cities AS c
on the left and languages AS l
on the right. Then you will modify the query using an inner join in the next tab.