Log in Register Dashboard Temp Share Shortlinks Frames API

HTMLify

Q595_Big_Countries.sql
Views: 414 | Author: djdj
select name,population,area from World
where area >= 3000000 or population >= 25000000;

Comments