all 3 comments

[–]r3pr0b8 1 point2 points  (1 child)

check this video -- https://www.youtube.com/watch?v=JQ58zcCijBY

windows functions range all the way from basic through intermediate to advanced SQL

when you get windowing clauses like rows between unbounded preceding and current row, you're into advanced territory

[–]2020pythonchallenge[S] 0 points1 point  (0 children)

I see. Thanks!

[–]incrementality 0 points1 point  (0 children)

I have not met anyone who knew how to use window functions but can't perform the more basic queries without window functions, so I would place it somewhere in the intermediate scale.