Weather Observation Station 4

  • + 1 comment

    select count(*) - count(distinct city) from station;

    count(*) -> count the total no. of city count(distinct city) -> count of distinct city.