Skip to content

Commit 271a0a6

Browse files
committed
595
1 parent 9db6c14 commit 271a0a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

595-big-countries.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Write your MySQL query statement below
2+
SELECT name, population, area FROM World
3+
WHERE area >= 3000000 OR population >= 25000000;

0 commit comments

Comments
 (0)