How to Use SQL Window Functions
These are a set of functions which help in applying aggregation/ranking functions over a subset of records from the entire records of a table. Pease note, this function only creates an additional column in the “select” result set. The original data in the table remains intact. Elements of a Window Function When preforming Widows functions, […]