Published onSaturday, May 1, 2021Hackerrank - Weather Observation Station 2 solutionAuthorsNameImran PollobWebsite@pollmix#hackerrank#sql#aggregationProblem LinkSolution one:select round(sum(lat_n),2), round(sum(long_w),2) from station; 📝 Edit this post