Query: Query the 2 cities contained in STATION table with the shortest and longest CITY names, as well as their respective lengths (i.e.: number of characters in the name). If there is more than one smallest or largest city, choose the one that comes first when ordered alphabetically.
where LAT_N is the northern latitude and LONG_W is the western longitude.
Sample Input :
Let's say that CITY only has four entries: DEF, ABC, PQRS and WXY
Sample Output:
ABC 3
PQRS 4