04pallav
9/13/2017 - 9:53 PM

ALL

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)