We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
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
Cookie support is required to access HackerRank
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 →
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