Skip to content

Commit 0df4baa

Browse files
authored
Create BigCountries.sql
1 parent 3470066 commit 0df4baa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

easy/BigCountries.sql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SELECT
2+
name, population, area
3+
FROM
4+
world
5+
WHERE
6+
area >= 3000000 OR population >= 25000000
7+
;

0 commit comments

Comments
 (0)