Weather Observation Station 4

  • + 0 comments

    SELECT COUNT(CITY) - COUNT(DISTINCT CITY) FROM STATION

    Here we are minusing each city i.e:- COUNT(DISTINCT CITY) from total no of cities i.e:- COUNT(CITY) to return the difference