Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 96 Bytes

595.md

File metadata and controls

3 lines (2 loc) · 96 Bytes

select name, population, area from World where area > 3000000 or population > 25000000

database