Weather Observation Station 6

  • + 0 comments

    SELECT City FROM Station WHERE City LIKE 'A%' OR CITY LIKE 'E%' OR CITY LIKE 'I%' OR CITY LIKE 'O%' OR CITY LIKE 'U%';

    You would be writing the right query with lowercase vowels strange your test case would fail just for lowercase

    Although the question says (a.e.i.o.u) the solution wont be accepted in lowercase make sure you guys make the vowels in uppercase to pass the test case silly isnt it ?