Friday, March 5, 2021

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

 


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

Solution : 


/*

Enter your query here.

*/


SELECT DISTINCT(CITY) FROM STATION WHERE ID%2=0; 










No comments:

Post a Comment