African Cities

  • + 0 comments

    select a.name from city as a inner join country as b where a.countrycode = b.code AND b.continent = 'Africa';