SQL
SELECT * FROM City as a inner join Country as b on a.CountryCode= b.CountryCode where b.Country Name like %countryName%