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 3893f46 commit 5a712e3Copy full SHA for 5a712e3
big_countries.sql
@@ -0,0 +1,2 @@
1
+# Write your MySQL query statement below
2
+SELECT name, population, area FROM World WHERE (area > 3000000 || population > 25000000)
0 commit comments