Weather Observation Station 1

  • + 0 comments

    Nice problem! I like how it reinforces the basics of SQL SELECT statements while keeping the instructions clear. The tip about avoiding the AS keyword is especially useful since it can trip up beginners. I’m going to try writing the query in a single line as suggested and see if I can get my first star.