#595 Big Countries
SELECT name, population, area
FROM World
WHERE area >= 3000000
OR population >= 25000000;
Last updated
Was this helpful?
SELECT name, population, area
FROM World
WHERE area >= 3000000
OR population >= 25000000;
Last updated
Was this helpful?