We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db6c14 commit 271a0a6Copy full SHA for 271a0a6
595-big-countries.sql
@@ -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