Skip to content

Commit

Permalink
Time: 319 ms (22.75%), Space: 0B (100%) - LeetHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit-S-Sahu committed Oct 22, 2024
1 parent 1360c55 commit 42228a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 0595-big-countries/0595-big-countries.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Write your MySQL query statement below
SELECT name, population, area
FROM World
WHERE area >= 3000000 OR population >= 25000000;

0 comments on commit 42228a9

Please sign in to comment.