Skip to content

Commit 2594a1e

Browse files
committed
finish Big Countries
1 parent 46a734b commit 2594a1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SQL/SQL-50/Big Countries.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
select name, population, area from World
2+
where area >= 3000000 or population >= 25000000;

0 commit comments

Comments
 (0)