You are viewing a single comment's thread. Return to all comments →
MySQL
SELECT C.Name FROM City AS C INNER JOIN Country AS Co ON Co.code = C.countryCode WHERE Continent = 'Africa';
Seems like cookies are disabled on this browser, please enable them to open this website
African Cities
You are viewing a single comment's thread. Return to all comments →
MySQL