Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aravind8281 authored Jan 11, 2024
1 parent 4c80379 commit 328e73e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BigCountry.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SELECT name, population, area
FROM World
WHERE area > 3000000 OR population > 25000000;

0 comments on commit 328e73e

Please sign in to comment.