day 2: SQLQueries
This commit is contained in:
parent
0b39b98a93
commit
1ba183785a
3
NumberOfCities.sql
Normal file
3
NumberOfCities.sql
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
SELECT COUNT(NAME)
|
||||||
|
FROM CITY
|
||||||
|
WHERE POPULATION > 100000;
|
||||||
Loading…
Reference in New Issue
Block a user