Skip to content

Commit 5a712e3

Browse files
author
Jaskaran Singh
authored
Create big_countries.sql
1 parent 3893f46 commit 5a712e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

big_countries.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)