Time: 675 ms (5.02%), Space: 0B (100.00%) - LeetHub

This commit is contained in:
Deven
2023-01-26 23:14:56 -05:00
parent 86490c323c
commit 81e7a2f20c
+7
View File
@@ -0,0 +1,7 @@
# Write your MySQL query statement below
SELECT
name,
population,
area
FROM World
WHERE area >= 3000000 OR population >= 25000000;