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

Distributed database design using CAP theorem

SQL Analytical Functions - Partition by (to split resultset into groups)

Easy approach to work with files in Java - Java NIO(New input output)