This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//* Query the list of CITY names starting with vowels (i.e., a, e, i, o, or u) from STATION. Your result cannot contain duplicates. | |
Input Format | |
The STATION table is described as follows: | |
Station.jpg | |
where LAT_N is the northern latitude and LONG_W is the western longitude. *// |