SQL Functions Commonly Used Functions Window Functions examples include, (Row_number, Rank). This function is used to retrieve single records out of a repeating table . Row_number: This gives each row a unique number in sequential order within a group.

Source: [Dev.to](https://dev.to/elizabeth_njoroge_7c850b9/sql-functions-3ine)

Sponsored