Tech_Interview_Prep

Window Functions

Per-row calculations across a related set of rows — running totals, rankings, and row-over-row comparisons — without collapsing rows like GROUP BY does.

Practice MCQs for this concept are coming soon.