Input Format
The CITY and COUNTRY tables are described as follows:
Query:
select city.name from city INNER JOIN country ON
city.countrycode=country.code where continent='Africa';
select city.name from city INNER JOIN country ON
city.countrycode=country.code where continent='Africa';
No comments:
Post a Comment