ALL
We can use the word ALL to allow >= or > or < or <=to act over a list SELECT name FROM world WHERE population >= ALL(SELECT population FROM world WHERE population>0)