Hackerrank – Weather Observation Station 6

Problem Statement
A description of the problem can be found on Hackerrank.

Solution
Check if city starts with one of ('a', 'i', 'e', 'o', 'u') and orders them alphabetically.

I created solution in:

All solutions are also available on my GitHub.

SQL