Skip to content

Commit dcfdcfa

Browse files
Update Big_Countries.sql
1 parent 949eed0 commit dcfdcfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Select/Big_Countries.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
SELECT name, population, area FROM World
22
WHERE population >= 25000000 OR area >= 3000000;
3+
4+
5+
6+
--Rakshit Gupta

0 commit comments

Comments
 (0)