Friday, March 5, 2021

Weather Observation Station 6 | Basic Select | SQL | HackerRank Solution

 


Problem : https://www.hackerrank.com/challenges/weather-observation-station-6/problem

Solution :


/*

Enter your query here.

*/


SELECT CITY FROM STATION WHERE LEFT(CITY,1) IN ('a','e','i','o','u');











No comments:

Post a Comment