Weather Observation Station 3

  • + 3 comments

    Although its simple, but may take a lot of your time to understand the syntax of MOD operator if you're a beginner at SQL

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