What Does Dense Rank Do?

What Does Dense Rank Do? The DENSE_RANK() is a window function that assigns a rank to each row within a partition of a result set. … The DENSE_RANK( ) function is applied to the rows of each partition defined by the PARTITION BY clause, in a specified order, defined by ORDER BY clause. It resets