Weather Observation Station 5

  • + 0 comments

    Select top 1 city, len(city) from Station where Len(City) =(SELECT Min(Len(City))FROM station)order by city ASC

    Select top 1 city, len(city) from Station where Len(City) =(SELECT Max(Len(City))FROM station)order by city ASC