Tag: sql functions

Unleash the Power of SQL Pivot and Unpivot: A Complete Guide to Data Transposing Techniques

Database development, Statements

Data manipulation is an essential skill for anyone working with SQL databases. It allows you to...
Read More

Grouping Data using the OVER and PARTITION BY Functions

Database administration, Work with data • One Comment

The OVER and PARTITION BY functions are both functions used to portion a results set according to specified criteria. This article explains...
Read More

Methods to Rank Rows in SQL Server: ROW_NUMBER(), RANK(), DENSE_RANK() and NTILE()

Database development, Statements

SQL Server provides us with a number of window functions that help us to perform calculations across a set of rows, without the need to...
Read More
Close