Problem:-
Solution:-
SELECT COUNT(*)
FROM City
WHERE Population > 100000;
Query a count of the number of cities in CITY having a Population larger than .
Input Format
The CITY table is described as follows:
Solution:-
SELECT COUNT(*)
FROM City
WHERE Population > 100000;
No comments:
Post a Comment