This is a Leetcode SQL challenge.
The challenge is as follows.
Upon going through the challenge, below is my code executed on phpmyAdmin database.
SELECT name, population, area FROM World WHERE area >=3000000 or population >=25000000
And this is the output to the solution simiral to the challenge output. yeah!
Try it too