African Cities

  • + 1 comment

    select city.name from city right join country on city.countrycode = country.code where country.continent = 'Africa'; This is my code for african cities question where is the error in this question please explain I have written this code in Microsoft SQL