Updating exercises

This commit is contained in:
Carlos
2025-07-14 10:46:28 -04:00
parent 7f1381ae93
commit 9e97460936
16 changed files with 84 additions and 693 deletions

View File

@@ -0,0 +1,5 @@
# Write your MySQL query statement below
select w.name, w.population, w.area
from world as w
where w.area >= 3000000
or w.population >= 25000000