SQL Analytical Functions/Utility queries


Find the Nth largest row


Partition by

Split the resultset into groups

Connect by

Represent hierarchical data

Fetch next n rows

Paginating the records in SQL

Lag & Lead

Compare current row with previous/next row(s)

Rank the data


Comments

Popular posts from this blog

Paginating the records in SQL

LDAP - Basics

SQL Analytical Functions - RANK, DENSE RANK (rank the data)